From 13bc90740288e5bc7473f4f1642db4a9bac8bfd3 Mon Sep 17 00:00:00 2001 From: Alexander Bilz <mail@alexbilz.com> Date: Sun, 26 Dec 2021 12:06:37 +0000 Subject: [PATCH] feat: added a netlify.toml for demo site --- netlify.toml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..c71d1d2 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,14 @@ +[build] + publish = "exampleSite/public" + command = "cd exampleSite && hugo --gc --minify --themesDir ../.." + +[build.environment] + HUGO_VERSION = "0.69.0" + HUGO_ENV = "production" + HUGO_THEME = "repo" + HUGO_BASEURL = "https://anatole-demo.netlify.app" + +[[headers]] + for = "/*" + [headers.values] + Access-Control-Allow-Origin = "*" \ No newline at end of file -- Gitblit v1.10.0