We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a4a54 commit ea01fc9Copy full SHA for ea01fc9
docs/netlify.toml
@@ -1,9 +1,9 @@
1
[build]
2
base = "docs"
3
publish = "build"
4
- command = "echo 'hello'; exit 0;"
+ command = "yarn build"
5
ignore = "node ignore_build.mjs"
6
-
+
7
[[redirects]]
8
from = "/*"
9
to = "https://docs.rwsdk.com"
0 commit comments