We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bfed3 commit fd849cdCopy full SHA for fd849cd
1 file changed
netlify.toml
@@ -1,11 +1,12 @@
1
# Netlify configuration
2
3
[build]
4
- # This command is run to build the site
5
- command = "npm run build --prefix frontend"
6
- # This is the directory that contains the built site
7
- publish = "frontend/dist"
+base = "frontend"
+# This command is run to build the site
+command = "npm run build"
+# This is the directory that contains the built site
8
+publish = "frontend/dist"
9
10
[build.environment]
- # Omit these keys from Netlify's secret scanning, as they are safe to be public.
11
- SECRETS_SCAN_OMIT_KEYS = ["VITE_API_URL", "VITE_GEOAPIFY_API_KEY"]
+# Omit these keys from Netlify's secret scanning, as they are safe to be public.
12
+SECRETS_SCAN_OMIT_KEYS = "VITE_API_URL,VITE_GEOAPIFY_API_KEY"
0 commit comments