修复网站图标绝对路径
This commit is contained in:
parent
8f3dc1b21e
commit
8753c19a6a
@ -15,7 +15,7 @@ export default defineConfig({
|
|||||||
ignoreDeadLinks: true,
|
ignoreDeadLinks: true,
|
||||||
|
|
||||||
head: [
|
head: [
|
||||||
['link', { rel: 'icon', href: '/images/favicon.png' }]
|
['link', { rel: 'icon', href: baseUrl + '/images/favicon.png' }]
|
||||||
],
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user