From 2d63e04a645f054650f46f2673147b41db3bf57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Thu, 22 Jan 2026 01:03:55 +0800 Subject: [PATCH] =?UTF-8?q?docs(astro.config):=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=9B=AE=E5=BD=95=E9=85=8D=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除冗余注释,保持配置项注释的简洁性 --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 3a9da3a2d..f7b96be11 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -68,7 +68,7 @@ export default defineConfig({ "material-symbols-light": ["*"], "material-symbols": ["*"], }, - iconDir: "public/icons", // Add this line to specify the directory for local SVG icons + iconDir: "public/icons", }), svelte(), sitemap(),