netlify.toml 403 B

1234567891011121314
  1. [build]
  2. publish = "exampleSite/public"
  3. command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL"
  4. [context.production.environment]
  5. HUGO_VERSION = "0.73.0"
  6. HUGO_THEME = "repo"
  7. [context.deploy-preview]
  8. command = "cd exampleSite && hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
  9. [context.deploy-preview.environment]
  10. HUGO_VERSION = "0.73.0"
  11. HUGO_THEME = "repo"