ryuuart / MANAWAVE

Zero-dependency, customizable, and omnidirectional marquee library for vanilla javascript
https://manawave.art
MIT License
9 stars 0 forks source link

404 Page needed #209

Open ryuuart opened 1 year ago

ryuuart commented 1 year ago

We don't have a 404 page right now. It's using the default one from the Astro Starlight which we don't want. We have to configure it in the Astro Starlight /content/docs/404.mdx. Have to use mdx and layouts because of current limitations in Astro Starlight. Right now it injects the 404 page and collides with the default, global 404 page.

ryuuart commented 1 year ago

https://github.com/withastro/starlight/pull/406 will need to be resolved before working on this. For now, the Starlight 404 page will be used.