mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-11 04:19:48 +00:00
feat: Add lazy loading for analytics script
This commit is contained in:
@@ -86,6 +86,14 @@ export default defineConfig({
|
|||||||
name: 'twitter:description',
|
name: 'twitter:description',
|
||||||
content: 'An open-source & self-hostable Heroku / Netlify / Vercel alternative.',
|
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