We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027d9ae commit 1a92d3dCopy full SHA for 1a92d3d
vercel.json
@@ -10,16 +10,24 @@
10
}
11
],
12
"rewrites": [
13
+ {
14
+ "source": "/guides",
15
+ "destination": "/index.html"
16
+ },
17
{
18
"source": "/guides/:path*",
19
"destination": "/index.html"
20
},
21
22
+ "source": "/examples",
23
24
25
26
"source": "/examples/:path*",
27
28
29
- "source": "/((?!api|_next/static|_next/image|assets|favicon.ico|sw.js).*)",
30
+ "source": "/((?!assets|favicon.ico|logo.svg|static|node_modules|api/|.*\\.(css|js|png|jpg|jpeg|gif|svg|ico|webp|txt)).*)",
31
32
33
]
0 commit comments