fix for netlify?

main
Midnight 3 years ago
parent b78e09d1d4
commit fb41ef76c5

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

@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",

Loading…
Cancel
Save