Skip to content

Commit 41158fb

Browse files
committed
Add netlify.toml file
1 parent 415950d commit 41158fb

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

gatsby-browser.js

Whitespace-only changes.

netlify.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)