debuggin build success but now routing
This commit is contained in:
parent
c0439b0918
commit
b413a4de81
3
netlify.toml
Normal file
3
netlify.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[build]
|
||||
command = "npm run build && npm run export"
|
||||
publish = "out"
|
@ -5,7 +5,8 @@
|
||||
"scripts": {
|
||||
"dev": "rm -rf graph-data.json && next dev ",
|
||||
"build": "rm -rf graph-data.json && next build",
|
||||
"start": "next start"
|
||||
"start": "next start",
|
||||
"export": "next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/cache": "latest",
|
||||
|
Loading…
Reference in New Issue
Block a user