no message
This commit is contained in:
parent
83ff91e3b9
commit
048a4ddd4f
@ -23,11 +23,13 @@ export default defineUserConfig({
|
||||
// 配置站点图标
|
||||
// ['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }],
|
||||
['link', { rel: 'icon', type: 'image/png', href: 'miaobiao2.png' }],
|
||||
['script', { defer: true, src: 'https://umami.gemcook.net/script.js', 'data-website-id': '5ee6f297-754a-46b7-ac67-91dc148a1025'}
|
||||
]
|
||||
],
|
||||
|
||||
bundler: viteBundler(),
|
||||
shouldPrefetch: false, // 站点较大,页面数量较多时,不建议启用
|
||||
|
||||
|
||||
theme: plumeTheme({
|
||||
/* 添加您的部署域名, 有助于 SEO, 生成 sitemap */
|
||||
// hostname: 'https://your_site_url',
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
<script defer src="https://umami.tomshell.com.de/script.js" data-website-id="c553e118-942e-4d6b-9e6d-9d7e696ab5fd"></script> // 就这样可以吗
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user