jsulpis / realtime-planet-shader

Realtime planet shader in WebGL
https://jsulpis.github.io/realtime-planet-shader/earth/
GNU General Public License v3.0
343 stars 19 forks source link

Trailing slash #6

Closed puppycodes closed 10 months ago

puppycodes commented 10 months ago

Trailing slashes on routes otherwise we get a 404 on dev (or at least I do?) https://github.com/vitejs/vite/issues/14410 possibly related to this.

jsulpis commented 10 months ago

Hi, thank you for the fixes ! I just migrated to Astro in order to make it easier and more maintainable to add more pages, and it seems to fix both issues (trailing slash and dev server url). PRs are still welcome if you see more improvements :)

puppycodes commented 10 months ago

cool :) love this project thanks for your awesome work! 💖