diff --git a/website/netlify.toml b/website/netlify.toml new file mode 100644 index 000000000..1e983a506 --- /dev/null +++ b/website/netlify.toml @@ -0,0 +1,12 @@ +# Settings in the [build] context are global and are applied to +# all contexts unless otherwise overridden by more specific contexts. +[build] + # Directory that contains the deploy-ready HTML files and + # assets generated by the build. This is relative to the base + # directory if one has been set, or the root directory if + # a base has not been set. This sample publishes the directory + # located at the absolute path "root/project/build-output" + publish = "website/out" + + # Default build command. + command = "npm run build" \ No newline at end of file