Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

.html example pages are not deployed correctly

Open VicenteCartas opened this issue 1 year ago • 1 comments

For some reason, any link that is related to an html example page (page1.html, page2.html...) doesn't work correctly. image

But when running the documentation repo locally, it does actually work: image

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" },

VicenteCartas avatar Jul 11 '24 05:07 VicenteCartas

Thanks for reporting! I'll look into that

RaananW avatar Jul 11 '24 09:07 RaananW