Skip to content

Commit ee7e82b

Browse files
committed
fix: update netlify.toml to use 'out' directory for static export
1 parent ae4bd15 commit ee7e82b

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,6 +1,6 @@
11
[build]
22
command = "npm run build"
3-
publish = ".next"
3+
publish = "out"
44

55
[build.environment]
66
NEXT_TELEMETRY_DISABLED = "1"

0 commit comments

Comments
 (0)