docs(astro.config): 修正图标目录配置项的注释格式

移除冗余注释,保持配置项注释的简洁性
This commit is contained in:
二叉树树
2026-01-22 01:03:55 +08:00
parent 9f5932622c
commit 2d63e04a64

View File

@@ -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(),