Refactoring Nuxt plugin
This commit is contained in:
parent
842cc6f499
commit
c315cc2bcc
12 changed files with 122 additions and 109 deletions
|
@ -1,12 +1,17 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
modules: ['../src/module'],
|
||||
devtools: { enabled: true },
|
||||
compatibilityDate: "2025-01-28",
|
||||
modules: ['wideangle-nuxt'],
|
||||
// ssr: false,
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
wideangle: {
|
||||
siteId: "7982G3B9ACB1BF4380",
|
||||
fingerprint: true,
|
||||
supressDnt: true
|
||||
siteId: "8D27G3B9ACA01F4241",
|
||||
domain: "events.wideangle.test",
|
||||
fingerprint: false,
|
||||
suppressDnt: true
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue