Skip to content

Commit

Permalink
chore(git): merge pull request #740 from theNewDynamic/fix/netlify-co…
Browse files Browse the repository at this point in the history
…nfig

build(fix): proper configuration for netlify
  • Loading branch information
davidsneighbour authored Oct 18, 2024
2 parents 773f06c + db073d6 commit 8e1a6dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[build]
publish = "./exampleSite/public/"
command = "npm run deploy"

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

0 comments on commit 8e1a6dc

Please sign in to comment.