From 0d90649a5f219cba04ccad711ad86748f60d4627 Mon Sep 17 00:00:00 2001 From: "Fabian T. Ecke" Date: Tue, 28 Jul 2026 19:52:29 +0200 Subject: [PATCH] =?UTF-8?q?netlify.toml=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 3397110..0000000 --- a/netlify.toml +++ /dev/null @@ -1,30 +0,0 @@ -[build] -publish = "public" -command = "git submodule update --remote --merge && npm run build" - -[context.production.environment] -HUGO_VERSION = "0.90.0" -HUGO_ENV = "production" -HUGO_ENABLEGITINFO = "true" - -[context.split1] -command = "npm run build" - -[context.split1.environment] -HUGO_VERSION = "0.90.0" -HUGO_ENV = "production" - -[context.deploy-preview] -command = "npm run build" - -[context.deploy-preview.environment] -HUGO_VERSION = "0.90.0" - -[context.branch-deploy] -command = "npm run build" - -[context.branch-deploy.environment] -HUGO_VERSION = "0.90.0" - -[context.next.environment] -HUGO_ENABLEGITINFO = "true"