summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
commitfc7de7136acbcf0aef54ae8460c7702bc83709be (patch)
treec109bb4dd1f1b054db476e7e4117f79bdd62ec9e /docs/netlify.toml
parent1083bf7c08e6f35826279065b8a09a16cc991c7f (diff)
docs: Prepare for new sub tree
See #11925
Diffstat (limited to 'docs/netlify.toml')
-rw-r--r--docs/netlify.toml30
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml
deleted file mode 100644
index 7c5633da8..000000000
--- a/docs/netlify.toml
+++ /dev/null
@@ -1,30 +0,0 @@
-[build]
- publish = "public"
- command = "hugo --gc --minify"
-
- [build.environment]
- HUGO_VERSION = "0.121.2"
-
-[context.production.environment]
- HUGO_ENV = "production"
- HUGO_ENABLEGITINFO = "true"
-
-[context.split1]
- command = "hugo --gc --minify --enableGitInfo"
-
- [context.split1.environment]
- HUGO_ENV = "production"
-
-[context.deploy-preview]
- command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
-
-[context.branch-deploy]
- command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
-
-[context.next.environment]
- HUGO_ENABLEGITINFO = "true"
-
-[[redirects]]
- from = "/npmjs/*"
- to = "/npmjs/"
- status = 200