-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Exporting a function named html
provokes a 404 (index.html.html
)
#2497
Comments
Just an additional note, when deploying to GH Pages, it does work. |
I can't reproduce this. I copied your code into a new project, installed the latest TypeDoc version +
|
Hello. Indeed it's working in production, when it's served from an env which add a trailing slash (Vercel, GH Pages…). In the meanwhile, it's possible to just clone this and run the TypeDoc command: git clone https://github.com/JulianCataldo/og-images-generator
cd og-images-generator
pnpm i -r
pnpm build:docs It's even deployed on a GH Page: https://juliancataldo.github.io/og-images-generator/ So it should be straightforward to compare. |
Looking at that, |
Oh, I've see I've overlooked an important fact: in local dev, I use Only with Maybe overly zealous Regex? So, I conclude that this is a Thank you. Closing |
Hello,
It looks like doing this:
is producing this page :
index.html.html
.That will trigger a 404 page.
Renaming to
htmll
, for example, solve the problem.The text was updated successfully, but these errors were encountered: