BabylonJS / Documentation

Babylon.js's documentation website
https://doc.babylonjs.com
Apache License 2.0
78 stars 236 forks source link

.html example pages are not deployed correctly #1166

Closed VicenteCartas closed 2 months ago

VicenteCartas commented 3 months ago

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

RaananW commented 3 months ago

Thanks for reporting! I'll look into that