Skip to content

Commit 7af1b2b

Browse files
committed
fix(web): add _routes.json to serve /docs as static files on Cloudflare Pages
1 parent 8a926ab commit 7af1b2b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/web/static/_routes.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 1,
3+
"include": ["/*"],
4+
"exclude": ["/docs/*", "/docs/**/*", "/icons/*", "/favicon.ico", "/manifest.webmanifest", "/robots.txt"]
5+
}

0 commit comments

Comments
 (0)