Fix for handling default values

This commit is contained in:
Jarek Rozanski 2023-09-13 14:19:43 +00:00
parent e26d6542d3
commit 5fab6a5594
2 changed files with 23 additions and 13 deletions

View file

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