mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-04 16:22:48 +08:00
feat: integrate nuxt hotjar module
This commit is contained in:
@@ -10,7 +10,13 @@ export default defineNuxtConfig({
|
||||
'@pinia/nuxt',
|
||||
'nuxt-mongoose',
|
||||
'@nuxt/image',
|
||||
'nuxt-module-hotjar',
|
||||
],
|
||||
hotjar: {
|
||||
hotjarId: 6522897,
|
||||
scriptVersion: 6,
|
||||
debug: process.env.NODE_ENV !== 'production',
|
||||
},
|
||||
aos: {once: true, duration: 600, easing: 'ease-out'},
|
||||
app: {head: {link: [{rel: 'icon', type: 'image/jpeg', href: '/img/icon-sm.jpeg'}]}},
|
||||
runtimeConfig: {
|
||||
|
||||
Reference in New Issue
Block a user