mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-11 20:08:57 +00:00
Update version to 1.0.0 across package.json and changelog. Configure netlify.toml with Convex deployment URL (agreeable-trout-200.convex.site). Verify TypeScript type-safety for src and convex directories. Confirm Netlify build passes with SPA 404 fallback configured. Update TASK.md with deployment steps and files.md with complete file structure.
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
# Static files served directly
|
|
/robots.txt /robots.txt 200
|
|
/llms.txt /llms.txt 200
|
|
/favicon.svg /favicon.svg 200
|
|
|
|
# SPA fallback for all other routes
|
|
/* /index.html 200
|
|
|