Skip to content

Commit d29ae25

Browse files
committed
Fixed now config
1 parent 5e51647 commit d29ae25

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

now.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
{ "src": "./build.sh", "use": "@now/static-build" },
88
{ "src": "./website/**", "use": "@now/static" }
99
],
10-
"routes": [{ "src": "/(.*)", "dest": "website/$1" }],
11-
"scripts": {
12-
"build": "next build"
13-
}
10+
"routes": [{ "src": "/(.*)", "dest": "website/$1" }]
1411
}

0 commit comments

Comments
 (0)