We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e51647 commit d29ae25Copy full SHA for d29ae25
now.json
@@ -7,8 +7,5 @@
7
{ "src": "./build.sh", "use": "@now/static-build" },
8
{ "src": "./website/**", "use": "@now/static" }
9
],
10
- "routes": [{ "src": "/(.*)", "dest": "website/$1" }],
11
- "scripts": {
12
- "build": "next build"
13
- }
+ "routes": [{ "src": "/(.*)", "dest": "website/$1" }]
14
}
0 commit comments