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 415950d commit 41158fbCopy full SHA for 41158fb
gatsby-browser.js
netlify.toml
@@ -0,0 +1,11 @@
1
+# Settings in the [build] context are global and are applied to all contexts
2
+# unless otherwise overridden by more specific contexts.
3
+[build]
4
+ # Directory that contains the deploy-ready HTML files and assets generated by
5
+ # the build. This is relative to the base directory if one has been set, or the
6
+ # root directory if a base has not been set. This sample publishes the
7
+ # directory located at the absolute path "root/project/build-output"
8
+ publish = "public/"
9
+
10
+ # Default build command.
11
+ command = "yarn build"
0 commit comments