We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1decec9 commit 560bf2eCopy full SHA for 560bf2e
1 file changed
vercel.json
@@ -1,7 +1,15 @@
1
{
2
"$schema": "https://openapi.vercel.sh/vercel.json",
3
- "buildCommand": "cd website && npm install && npm run build",
+ "buildCommand": "cd website && npm run build",
4
"outputDirectory": "website/dist",
5
"installCommand": "cd website && npm install",
6
- "framework": "vite"
+ "framework": "vite",
7
+ "cleanUrls": true,
8
+ "trailingSlash": false,
9
+ "rewrites": [
10
+ {
11
+ "source": "/((?!assets|icons|favicon\\.ico|sw\\.js|manifest\\.json|vite\\.svg).*)",
12
+ "destination": "/index.html"
13
+ }
14
+ ]
15
}
0 commit comments