Skip to content

Commit ae9e87f

Browse files
committed
chore: add vercel settings
1 parent c40b8c8 commit ae9e87f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

apps/web/vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rewrites": [
3+
{
4+
"source": "/(.*)",
5+
"destination": "/index.html"
6+
}
7+
]
8+
}

apps/web/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ import tsconfigPaths from 'vite-tsconfig-paths';
44

55
export default defineConfig({
66
plugins: [react(), tsconfigPaths()],
7+
base: '/',
78
});

0 commit comments

Comments
 (0)