We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5532d96 commit dcf0933Copy full SHA for dcf0933
1 file changed
vercel.json
@@ -0,0 +1,23 @@
1
+{
2
+ "version": 2,
3
+ "builds": [
4
+ {
5
+ "src": "package.json",
6
+ "use": "@vercel/static-build",
7
+ "config": {
8
+ "distDir": "dist"
9
+ }
10
11
+ ],
12
+ "build": {
13
+ "env": {
14
+ "NPM_FLAGS": "--legacy-peer-deps"
15
16
+ },
17
+ "scripts": {
18
+ "build": "npx nuxi generate"
19
20
+ "routes": [
21
+ { "src": "/(.*)", "dest": "/$1" }
22
+ ]
23
+}
0 commit comments