summaryrefslogtreecommitdiff
path: root/driver/vercel.json
diff options
context:
space:
mode:
Diffstat (limited to 'driver/vercel.json')
-rw-r--r--driver/vercel.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/driver/vercel.json b/driver/vercel.json
new file mode 100644
index 0000000..408821b
--- /dev/null
+++ b/driver/vercel.json
@@ -0,0 +1,8 @@
+{
+ "rewrites": [
+ {
+ "source": "/(.*)",
+ "destination": "/"
+ }
+ ]
+}