Files
wiki/public/_redirects

12 lines
267 B
Plaintext
Raw Permalink Normal View History

# Static files served directly
/robots.txt /robots.txt 200
/llms.txt /llms.txt 200
/favicon.svg /favicon.svg 200
# Raw markdown files served directly
/raw/* /raw/:splat 200
# SPA fallback for all other routes
/* /index.html 200