Documentation

This commit is contained in:
Jarek Rozanski 2023-05-18 12:33:46 +00:00
parent 33ce331413
commit 52e1fa2b6f
13 changed files with 270 additions and 64 deletions

View file

@ -1,4 +1,10 @@
export default defineNuxtConfig({
modules: ['../src/module'],
myModule: {}
wideangle: {
siteId: "8D27G3B9ACA01F4241",
domain: "wideangle.local:3000",
fingerprint: true,
supressDnt: true
}
})