Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Nov 29, 2023
1 parent 5e220ca commit d9d0a83
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[build]
publish = "dist/"

[context.deploy-preview.environment]
publish = "dist/"
NODE_ENV = "staging"

[context.branch-deploy]
publish = "dist/"
NODE_ENV = "staging"

0 comments on commit d9d0a83

Please sign in to comment.