remove netlify config

This commit is contained in:
John Bowdre 2024-01-21 13:04:00 -06:00
parent 49150ccf97
commit 0d3aba0607
3 changed files with 0 additions and 42 deletions

View file

@ -1 +0,0 @@
baseURL = "https://preview--runtimeterrordev.netlify.app"

View file

@ -1,2 +0,0 @@
comments = false
analytics = false

View file

@ -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