From c9043c7fcba5cbdf61ee8b15e4ed635f3881b278 Mon Sep 17 00:00:00 2001 From: Junyi Hou Date: Mon, 18 Nov 2024 14:32:07 +0800 Subject: [PATCH] fix: netlify script --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index f5eba71..e72c944 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,13 +1,13 @@ [build] publish = "exampleSiteMultilingual/public" -command = "cd exampleSiteMultilingual && hugo --theme hugo-theme-anubis2 --themesDir=../.. --baseURL $URL" +command = "cd exampleSiteMultilingual && hugo --themesDir=../.. --baseURL $URL" [build.environment] HUGO_VERSION = "0.136.5" HUGO_THEME = "repo" [context.deploy-preview] -command = "cd exampleSiteMultilingual && hugo --theme hugo-theme-anubis2 --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL" +command = "cd exampleSiteMultilingual && hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL" [[headers]] for = "/*"