
to be able to deplay, had to remove the base line in netlify.toml, will not deploy otherwise
8 lines
121 B
TOML
8 lines
121 B
TOML
[build]
|
|
publish = "build"
|
|
command = "npm run build"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|