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: enable 404 page redirection workaround #6

Closed jboix closed 8 months ago

jboix commented 8 months ago

Description

Fixes the redirection page not being included in the final build.

See rafgraph/spa-github-pages for an explanation of 404.htnl redirection trick for github hosted single page apps.

Changes made

Moved the 404.html to the ./public so that vite bundles it in the destination folder (see Vite assets guide)