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:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user