route v1
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
const isProd = process.env.NODE_ENV === 'production'
|
||||
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true },
|
||||
@@ -12,13 +14,15 @@ export default defineNuxtConfig({
|
||||
{ rel: 'apple-touch-icon', sizes: '180x180', href: '/favicon/apple-touch-icon.png' },
|
||||
{ rel: 'manifest', href: '/favicon/site.webmanifest' }
|
||||
],
|
||||
script: [
|
||||
{
|
||||
src: 'https://umami.erudi.fr/script.js',
|
||||
defer: true,
|
||||
'data-website-id': '615690ea-0306-48cc-8feb-e9093fe6a1b7'
|
||||
}
|
||||
],
|
||||
script: isProd
|
||||
? [
|
||||
{
|
||||
src: 'https://umami.erudi.fr/script.js',
|
||||
defer: true,
|
||||
'data-website-id': '615690ea-0306-48cc-8feb-e9093fe6a1b7'
|
||||
}
|
||||
]
|
||||
: [],
|
||||
meta: [
|
||||
{ name: 'apple-mobile-web-app-title', content: 'evilSpins' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user