Skip to content

Commit c5a4a54

Browse files
authored
Update Netlify configuration commands and formatting
1 parent 469e766 commit c5a4a54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/netlify.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build]
22
base = "docs"
33
publish = "build"
4-
command = "echo 'hello'"
4+
command = "echo 'hello'; exit 0;"
55
ignore = "node ignore_build.mjs"
66

7-
[[redirects]]
8-
from = "/*"
9-
to = "https://docs.rwsdk.com"
10-
status = 301
7+
[[redirects]]
8+
from = "/*"
9+
to = "https://docs.rwsdk.com"
10+
status = 301

0 commit comments

Comments
 (0)