mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-09 20:37:45 +00:00
feat: Add lazy loading for analytics script
This commit is contained in:
@@ -86,6 +86,14 @@ export default defineConfig({
|
||||
name: 'twitter:description',
|
||||
content: 'An open-source & self-hostable Heroku / Netlify / Vercel alternative.',
|
||||
}
|
||||
},
|
||||
{
|
||||
tag: 'script',
|
||||
attrs: {
|
||||
defer: true,
|
||||
'data-domain': 'coolify.io/docs',
|
||||
src: 'https://analytics.coollabs.io/js/script.js',
|
||||
}
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user