netlify.toml 199 B

123456789
  1. [build]
  2. command = "hugo -b $URL -s exampleSite"
  3. publish = "exampleSite/public"
  4. [context.production.environment]
  5. HUGO_VERSION = "0.92.2"
  6. [context.deploy-preview.environment]
  7. HUGO_VERSION = "0.92.2"