Skip to content

Commit b2350d5

Browse files
committed
fix(go): use absolute publish path in netlify.toml
https://claude.ai/code/session_014FncwjPMTHgupS2z7RfRQP
1 parent d08eac0 commit b2350d5

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
@@ -1,7 +1,7 @@
11
[build]
22
base = "example"
33
command = "npm install --legacy-peer-deps && npm run build"
4-
publish = "dist"
4+
publish = "example/dist"
55

66
[build.environment]
77
NODE_VERSION = "20"

0 commit comments

Comments
 (0)