We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfc3ce commit 634ab56Copy full SHA for 634ab56
1 file changed
vercel.json
@@ -0,0 +1,10 @@
1
+{
2
+ "version": 2,
3
+ "public": true,
4
+ "static": {
5
+ "directory": "public"
6
+ },
7
+ "routes": [
8
+ { "src": "/(.*)", "dest": "public/index.html" }
9
+ ]
10
+}
0 commit comments