Skip to content

Commit

Permalink
build: add netlify.toml for Netlify deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed Oct 17, 2024
1 parent 33178c0 commit ad80eb2
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 = "./exampleSite/public/"
command = "npm run deploy"

[context.production]
[context.production.environment]
HUGO_VERSION = "0.135.0"
HUGO_ENV = "production"
GO_VERSION = "1.23"
NODE_ENV = "development"

0 comments on commit ad80eb2

Please sign in to comment.