We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4948895 commit b160743Copy full SHA for b160743
netlify.toml
@@ -1,8 +1,7 @@
1
+# Netlify expects the configuration file in the repo's top level.
2
+# In our case, we use it only to redirect to the `website` directory which
3
+# holds the site and configuration.
4
+# See https://docs.netlify.com/configure-builds/file-based-configuration/
5
[build]
6
base = "website/"
7
publish = "public"
- command = "hugo --gc --minify"
-
- [build.environment]
- HUGO_VERSION = "0.120.4"
8
- HUGO_ENABLEGITINFO = "true"
0 commit comments