Closed VicenteCartas closed 2 months ago
For some reason, any link that is related to an html example page (page1.html, page2.html...) doesn't work correctly.
But when running the documentation repo locally, it does actually work:
The URL is slightly different, locally it has the .html at the end. The issue seems related to vercel.json:
{ "source": "/webpages/page1.html", "destination": "/webpages/page1" },
Thanks for reporting! I'll look into that
For some reason, any link that is related to an html example page (page1.html, page2.html...) doesn't work correctly.
But when running the documentation repo locally, it does actually work:
The URL is slightly different, locally it has the .html at the end. The issue seems related to vercel.json:
{ "source": "/webpages/page1.html", "destination": "/webpages/page1" },