From 2718e1339d59df28913328026ecaa143111b4c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=92=E7=B1=B3=E7=B2=89?= <970451823@qq.com> Date: Sun, 24 Mar 2024 23:20:54 +0800 Subject: [PATCH] fix: fixed the config of sitemap --- .dumirc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dumirc.ts b/.dumirc.ts index 5916a9cf..b9f41882 100644 --- a/.dumirc.ts +++ b/.dumirc.ts @@ -14,7 +14,7 @@ export default defineConfig({ ga_v2: 'G-SC8THD4FR9', }, sitemap: { - hostname: 'banana-ui.com', + hostname: 'https://banana-ui.com', }, themeConfig: { name: 'Banana UI',