Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 400591f

Browse files
authored
Update netlify.toml
1 parent 29c470b commit 400591f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build]
2-
command = "npm run static"
2+
command = "npm run build:static"
33
publish = "dist/public"
44

55
[[redirects]]
66
from = "/*"
77
to = "/index.html"
8-
status = 200
8+
status = 200

0 commit comments

Comments
 (0)