[fix] example routes on vercel (#1391)
This PR updates our example app's vercel config so that routes (e.g. bublic.tldraw.com/scroll) will work. ### Change Type - [x] `internal`
This commit is contained in:
parent
d198bb3645
commit
01487be6fa
1 changed files with 6 additions and 0 deletions
|
@ -9,5 +9,11 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue