@sugarat/create-theme 0.0.83 → 0.0.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19,7 +19,7 @@ export default defineConfig({
|
|
|
19
19
|
lang: 'zh-cn',
|
|
20
20
|
title: '@sugarat/theme',
|
|
21
21
|
description: '粥里有勺糖的博客主题,基于 vitepress 实现',
|
|
22
|
-
lastUpdated: true,
|
|
22
|
+
// lastUpdated: true,
|
|
23
23
|
// 详见:https://vitepress.dev/zh/reference/site-config#head
|
|
24
24
|
head: [
|
|
25
25
|
// 配置网站的图标(显示在浏览器的 tab 上)
|