build: add netlify.toml for Netlify deploy

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
Patrick Kollitsch 2024-10-17 18:16:45 +07:00
parent 33178c0d49
commit ad80eb217f
No known key found for this signature in database
GPG key ID: 5A5360B005AD68C7

10
netlify.toml Normal file
View file

@ -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"