We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34651e0 commit 065aafeCopy full SHA for 065aafe
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"build": "nuxt build",
7
"dev": "nuxt dev",
8
- "generate": "nuxt generate && cp .output/public/docs/200.html .output/public/200.html && cp .output/public/docs/404.html .output/public/404.html",
+ "generate": "nuxt generate",
9
"preview": "nuxt preview",
10
"postinstall": "nuxt prepare"
11
},
0 commit comments