This commit is contained in:
2023-08-11 00:49:30 +02:00
parent 9703d24784
commit 3dcd5f1ef6
33 changed files with 4010 additions and 2699 deletions

View File

@@ -1,5 +1,5 @@
import { inject } from '@vercel/analytics'
export default () => {
export default defineNuxtPlugin(() => {
inject()
}
})