Skip to content

Commit

Permalink
fix build folder value
Browse files Browse the repository at this point in the history
Signed-off-by: Matty Stratton <matty.stratton@aiven.io>
  • Loading branch information
mattstratton committed Feb 15, 2024
1 parent 1811449 commit 83b39b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
environment = { NODE_VERSION = "18.04" }

[context.deploy-preview]
publish = "dist/"
publish = "/build"

[context.dev.environment]
NODE_ENV = "development"

0 comments on commit 83b39b4

Please sign in to comment.