Skip to content

Commit

Permalink
更新 config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad-closeNN committed Sep 17, 2024
1 parent e34cb43 commit 80fd515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
title: "Awesome Docments",
description: "极为普通的教程存放地",
base: '/Awesome-Docments/',
head: [['link', { rel: 'icon', href: '../favicon.ico' }]],
head: [['link', { rel: 'icon', href: '/Awesome-Docments/docs/favicon.ico' }]],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down

0 comments on commit 80fd515

Please sign in to comment.