SRGSSR / pillarbox-web-demo

Demo application for the pillarbox-web
https://github.com/SRGSSR/pillarbox-web/
MIT License
2 stars 0 forks source link

fix: make the base path relative #4

Closed jboix closed 8 months ago

jboix commented 8 months ago

Description

Adjusts Vite configuration to set the base path to ./ in order to accommodate the deployment on GitHub Pages. The demo is served under /pillarbox-web-demo instead of the root path, using relative paths in the generated build ensures proper page serving.

Other changes: Adds map source generation.