Skip to content

Fix docs asset 404s: rewrite pattern did not span slashes - #10

Merged
nmndwivedi merged 1 commit into
mainfrom
fix/docs-asset-rewrite
Aug 2, 2026
Merged

Fix docs asset 404s: rewrite pattern did not span slashes#10
nmndwivedi merged 1 commit into
mainfrom
fix/docs-asset-rewrite

Conversation

@nmndwivedi

Copy link
Copy Markdown
Collaborator

Multi-segment paths like /docs/_next/static/css/x.css fell through the /docs rewrite, so docs pages rendered unstyled. Use (.*) as the website proxy does.

🤖 Generated with Claude Code

Multi-segment paths like /docs/_next/static/css/x.css fell through the
rewrite, so pages rendered unstyled. Use (.*) as the website proxy does.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
quickdraw-app Ready Ready Preview Aug 2, 2026 2:32pm
tryquickdraw Ready Ready Preview Aug 2, 2026 2:32pm
tryquickdraw-docs Ready Ready Preview Aug 2, 2026 2:32pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant