This commit is contained in:
@@ -2,5 +2,16 @@
|
|||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
compatibilityDate: '2025-07-15',
|
compatibilityDate: '2025-07-15',
|
||||||
devtools: { enabled: true },
|
devtools: { enabled: true },
|
||||||
modules: ['@nuxt/eslint', '@nuxtjs/tailwindcss']
|
modules: ['@nuxt/eslint', '@nuxtjs/tailwindcss'],
|
||||||
|
app: {
|
||||||
|
head: {
|
||||||
|
script: [
|
||||||
|
{
|
||||||
|
src: 'https://umami.erudi.fr/script.js',
|
||||||
|
defer: true,
|
||||||
|
'data-website-id': 'b685157f-81fc-4b68-8bf1-81efde4b9e9f'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
})
|
})
|
Reference in New Issue
Block a user