소스 검색

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"
+    }
+  ]
+}