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 2e4720a commit 93fc642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: '/thinking.svg' }]],
head: [['link', { rel: 'icon', href: '/docs/thinking.svg' }]],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down Expand Up @@ -64,7 +64,7 @@ export default defineConfig({
search: {
provider: 'local',
},
logo: '/thinking.svg'
logo: '/docs/thinking.svg'
},
lastUpdated: true
})

0 comments on commit 93fc642

Please sign in to comment.