fix(配置): 修正 favicon 路径格式
This commit is contained in:
parent
b66d03d2ee
commit
1dd4ac583f
@ -16,7 +16,7 @@ export default defineConfig({
|
|||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
cleanUrls: true,
|
cleanUrls: true,
|
||||||
head: [
|
head: [
|
||||||
['link', { rel: 'icon', href: `${base}/favicon.ico` }],
|
['link', { rel: 'icon', href: `${base}favicon.ico` }],
|
||||||
// 增加构建信息
|
// 增加构建信息
|
||||||
['meta', { name: 'build-time', content: buildTime }],
|
['meta', { name: 'build-time', content: buildTime }],
|
||||||
['meta', { name: 'version', content: packageJson.version }],
|
['meta', { name: 'version', content: packageJson.version }],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user