wideangle-nuxt/playground/nuxt.config.ts

13 lines
228 B
TypeScript
Raw Normal View History

2023-05-14 15:25:44 +00:00
export default defineNuxtConfig({
modules: ['../src/module'],
2023-09-13 14:19:43 +00:00
runtimeConfig: {
public: {
wideangle: {
2024-09-22 19:58:12 +00:00
siteId: "7982G3B9ACB1BF4380",
2023-09-13 14:19:43 +00:00
fingerprint: true,
supressDnt: true
}
}
2023-05-18 12:33:46 +00:00
}
2023-09-13 14:19:43 +00:00
});