瀏覽代碼

Create vercel.json

Nian 2 月之前
父節點
當前提交
acd739b7e4
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      vercel.json

+ 8 - 0
vercel.json

@@ -0,0 +1,8 @@
+{
+  "rewrites": [
+    {
+      "source": "/(.*)",
+      "destination": "/index.html"
+    }
+  ]
+}