diff --git a/config/preview/hugo.toml b/config/preview/hugo.toml deleted file mode 100644 index 7dc856f..0000000 --- a/config/preview/hugo.toml +++ /dev/null @@ -1 +0,0 @@ -baseURL = "https://preview--runtimeterrordev.netlify.app" \ No newline at end of file diff --git a/config/preview/params.toml b/config/preview/params.toml deleted file mode 100644 index c8a1743..0000000 --- a/config/preview/params.toml +++ /dev/null @@ -1,2 +0,0 @@ -comments = false -analytics = false \ No newline at end of file diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index d62d2ed..0000000 --- a/netlify.toml +++ /dev/null @@ -1,39 +0,0 @@ -[build] - publish = "public" - -[build.environment] - HUGO_VERSION = "0.121.1" - -[context.production] - command = """ - hugo - npm i @torchlight-api/torchlight-cli - npx torchlight - """ - -[context.preview] - command = """ - hugo --environment preview - npm i @torchlight-api/torchlight-cli - npx torchlight - """ - [[headers]] - for = "/*" - [headers.values] - X-Robots-Tag = "noindex" - -[context.drafts] - command = """ - hugo --environment drafts -D - npm i @torchlight-api/torchlight-cli - npx torchlight - """ - [[headers]] - for = "/*" - [headers.values] - X-Robots-Tag = "noindex" - -[[redirects]] - from = "/*" - to = "/404/" - status = 404 \ No newline at end of file