diff --git a/.vitepress/config.mts b/.vitepress/config.mts index aa1528e..519838c 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -10,8 +10,9 @@ export default defineConfig({ sitemap: { hostname: HOST_NAME, }, - title: "码上秃的博客", - description: "我的网站", + title: "码上秃的前端博客", + description: + "重新梳理前端知识,重学一次前端,挑战自己的JS、算法、设计模式,框架源码、浏览器知识储备", base: "/", head: [ ["link", { rel: "icon", href: "/logo.awebp" }],