mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
remove netlify config
This commit is contained in:
parent
49150ccf97
commit
0d3aba0607
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