Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit dc95668

Browse files
committed
Fix Netlify build directory
1 parent d73ec87 commit dc95668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
2-
publish = "out"
2+
publish = "dist"
33
command = "npm run build"
44
environment = { NODE_VERSION = "18.14.2", CYPRESS_INSTALL_BINARY = "0", PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "1" }

0 commit comments

Comments
 (0)