feat(docs): replace logo with SVG and update navigation styling

- Replace PNG logo with high-definition SVG version for better quality and scalability
- Update navigation to use logo image instead of text title for improved branding
- Add custom styling for logo display in navigation bar
- Exclude navigation logo from automatic image styling rules
- Update sitemap timestamps to reflect recent changes
This commit is contained in:
sanbuphy
2026-03-18 14:30:37 +08:00
parent c8b68e5139
commit 6b9e0fbf1d
7 changed files with 62 additions and 21 deletions
+2 -1
View File
@@ -306,7 +306,8 @@ const commonHead = [
]
const commonThemeConfig = {
logo: `${base}logo.png`.replace('//', '/'),
logo: '/assets/easy-vibe-logo-hd.svg',
siteTitle: false,
search: {
provider: 'local'
},