Skip to content

Commit

Permalink
chore: add netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing committed Aug 28, 2023
1 parent 2d62e74 commit 49e1e01
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 = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL}"

# Always trigger a rebuild, even if the files haven't changed.
# See https://docs.netlify.com/configure-builds/file-based-configuration/#ignore-builds
ignore = "false"

[build.environment]
HUGO_VERSION = "0.117.0"

0 comments on commit 49e1e01

Please sign in to comment.