Skip to content

Commit

Permalink
Merge pull request #8 from SteamFinder/main
Browse files Browse the repository at this point in the history
fix: favicon路径
  • Loading branch information
SteamFinder authored Aug 1, 2024
2 parents 547d163 + 9d14d69 commit 0778ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
description: "中南大学升华工作室的文档网站,包含代码规范,技术教学文档,项目文档等",
lastUpdated: true,
publicDir: 'public',
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
head: [['link', { rel: 'icon', href: './favicon.ico' }]],
sitemap: {
hostname: 'https://docs.54sher.com'
},
Expand Down

0 comments on commit 0778ac0

Please sign in to comment.