1
0

chore: 添加 keywords 配置

This commit is contained in:
2025-10-08 18:13:01 +08:00
parent 6e1d42ea2e
commit 5dcff649d3

View File

@@ -13,6 +13,7 @@ export default defineConfig({
description: 'Frost-ZX 的博客', description: 'Frost-ZX 的博客',
head: [ head: [
['link', { rel: 'icon', href: '/favicon.ico' }], ['link', { rel: 'icon', href: '/favicon.ico' }],
['meta', { name: 'keywords', content: 'blog,frost-zx,minecraft,博客,分享,记录,技术,教程' }],
], ],
// 构建配置 // 构建配置