Skip to content

Commit

Permalink
chore: Update favicon to Coolify logo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Feb 10, 2025
1 parent a0ee5af commit bf0ff14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
['meta', { property: 'twitter:description', content: 'Self hosting with superpowers: An open-source & self-hostable Heroku / Netlify / Vercel alternative.' }],
['meta', { property: 'twitter:url', content: 'https://coolify.io/docs/' }],
['meta', { property: 'twitter:image', content: 'https://coolcdn.b-cdn.net/assets/coolify/og-image-docs.png' }],
['link', { rel: 'icon', href: '/favicon.ico' }],
['link', { rel: 'icon', href: '/coolify-logo-transparent.png' }],
['script', { src: 'https://analytics.coollabs.io/js/script.js', 'data-domain': 'coolify.io/docs' }],
],
themeConfig: {
Expand Down

0 comments on commit bf0ff14

Please sign in to comment.