debuggin build success but now routing

This commit is contained in:
Triston Armstrong 2024-01-07 01:42:08 -06:00
parent c0439b0918
commit b413a4de81
2 changed files with 5 additions and 1 deletions

3
netlify.toml Normal file
View File

@ -0,0 +1,3 @@
[build]
command = "npm run build && npm run export"
publish = "out"

View File

@ -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",