Skip to content

Commit 4025802

Browse files
Fix Netlify publish path to dist
1 parent 6f02d2f commit 4025802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[build]
33
base = "frontend"
44
command = "npm run build"
5-
publish = "frontend/dist"
5+
publish = "dist"
66

77
[build.environment]
88
SECRETS_SCAN_OMIT_KEYS = "VITE_API_URL,VITE_GEOAPIFY_API_KEY"

0 commit comments

Comments
 (0)