Skip to content

Commit 4045d74

Browse files
committed
add netlify.toml
1 parent 08c9568 commit 4045d74

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

netlify.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Global settings applied to the whole site.
2+
#
3+
# “publish” is the directory to publish (relative to the root of your repo),
4+
# “command” is your build command,
5+
# “base” is directory to change to before starting build. if you set base:
6+
# that is where we will look for package.json/.nvmrc/etc not repo root!
7+
8+
[build]
9+
base = "frontend"
10+
publish = "frontend/dist"
11+
command = "npm run build"

0 commit comments

Comments
 (0)