mirror of https://github.com/lxndrblz/anatole.git

Andreas Deininger
26.49.2025 71f54e941b74122353d950c04c7afa1a7b887595
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build]
  publish = "exampleSite/public"
  command = "cd exampleSite && hugo --gc --minify --themesDir ../.."
  
[build.environment]
  HUGO_VERSION = "0.147.5"
  HUGO_ENV = "production"
  HUGO_THEME = "repo"
  HUGO_BASEURL = "https://anatole-demo.netlify.app"
 
[[headers]]
  for = "/*"
    [headers.values]
      Access-Control-Allow-Origin = "*"