We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c9568 commit 4045d74Copy full SHA for 4045d74
netlify.toml
@@ -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