Skip to content

Commit 6f02d2f

Browse files
Fix Netlify publish path
1 parent fd849cd commit 6f02d2f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

netlify.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# Netlify configuration
21

32
[build]
43
base = "frontend"
5-
# This command is run to build the site
64
command = "npm run build"
7-
# This is the directory that contains the built site
85
publish = "frontend/dist"
96

107
[build.environment]
11-
# Omit these keys from Netlify's secret scanning, as they are safe to be public.
128
SECRETS_SCAN_OMIT_KEYS = "VITE_API_URL,VITE_GEOAPIFY_API_KEY"

0 commit comments

Comments
 (0)