Skip to content

Commit 4e25dbc

Browse files
committed
add netlify config
1 parent c17607a commit 4e25dbc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

netlify.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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 to change to before starting a build.
5+
# This is where we will look for package.json/.nvmrc/etc.
6+
base = "."
7+
8+
# Directory (relative to root of your repo) that contains the deploy-ready
9+
# HTML files and assets generated by the build. If a base directory has
10+
# been specified, include it in the publish directory path.
11+
publish = "docs/"
12+
13+
# Default build command.
14+
command = "yarn docs"

0 commit comments

Comments
 (0)