mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-22 15:02:18 +00:00
remove netlify config
This commit is contained in:
parent
92da8b7593
commit
a3da8809ec
3 changed files with 0 additions and 42 deletions
|
@ -1 +0,0 @@
|
||||||
baseURL = "https://preview--runtimeterrordev.netlify.app"
|
|
|
@ -1,2 +0,0 @@
|
||||||
comments = false
|
|
||||||
analytics = false
|
|
39
netlify.toml
39
netlify.toml
|
@ -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
|
|
Loading…
Reference in a new issue