[Fix cloudfare fail][s]: Update build and export cmd

This commit is contained in:
Rising Odegua 2022-02-24 16:39:32 +01:00
parent 2a8655ecba
commit 162288a951

View File

@ -4,7 +4,8 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build": "next build",
"export": "next export",
"start": "next start"
},
"dependencies": {