Skip to content

Commit

Permalink
Last Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad-closeNN committed Sep 17, 2024
1 parent 80fd515 commit 5145a3c
Show file tree
Hide file tree
Showing 3 changed files 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: '/Awesome-Docments/docs/favicon.ico' }]],
head: [['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/Ad-closeNN-Team/Awesome-Docments/main/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: '/Awesome-Docments/docs/favicon.ico'
logo: 'https://raw.githubusercontent.com/Ad-closeNN-Team/Awesome-Docments/main/thinking.svg'
},
lastUpdated: true
})
Binary file removed docs/favicon.ico
Binary file not shown.
File renamed without changes

0 comments on commit 5145a3c

Please sign in to comment.