Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ export default defineConfig({
'@type': 'Organization',
name: 'Flyto2',
url: 'https://flyto2.com',
logo: { '@type': 'ImageObject', url: 'https://docs.flyto2.com/logo.webp' },
logo: { '@type': 'ImageObject', url: 'https://docs.flyto2.com/logo.png' },
},
})],
],
Expand Down Expand Up @@ -542,7 +542,7 @@ export default defineConfig({
'@type': 'Organization',
name: 'Flyto2',
url: 'https://flyto2.com',
logo: { '@type': 'ImageObject', url: `${SITE_URL}/logo.webp` },
logo: { '@type': 'ImageObject', url: `${SITE_URL}/logo.png` },
},
mainEntityOfPage: { '@id': `${canonicalUrl}#webpage` },
about: {
Expand Down Expand Up @@ -583,7 +583,7 @@ export default defineConfig({
},

themeConfig: {
logo: '/logo.webp',
logo: '/logo.png',
siteTitle: 'Flyto2 Docs',
// Only the module catalog is translated. Route language changes through each
// locale's landing page so English-only guides never produce a false 404.
Expand Down
Loading