This commit is contained in:
parent
86da69288e
commit
1ca08ee8b5
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"appId": "com.reddingsbrigadewaddinxveen.wrbapp",
|
"appId": "com.reddingsbrigadewaddinxveen.wrbapp",
|
||||||
"appName": "wrbapp",
|
"appName": "WRB App",
|
||||||
"webDir": ".output/public",
|
"webDir": ".output/public",
|
||||||
"bundledWebRuntime": false,
|
"bundledWebRuntime": false,
|
||||||
"server": {
|
"server": {
|
||||||
"url": "https://wrbapp.xeovalyte.com/",
|
"url": "https://app.reddingsbrigadewaddinxveen.nl/",
|
||||||
"cleartext": true
|
"cleartext": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ export default defineNuxtConfig({
|
|||||||
[ '@pinia/nuxt', { autoImports: [ 'defineStore' ]} ],
|
[ '@pinia/nuxt', { autoImports: [ 'defineStore' ]} ],
|
||||||
],
|
],
|
||||||
plausible: {
|
plausible: {
|
||||||
domain: 'wrbapp.xeovalyte.com',
|
domain: 'app.reddingsbrigadewaddinxveen.nl',
|
||||||
apiHost: 'https://plausible.xeovalyte.dev',
|
apiHost: 'https://plausible.xeovalyte.dev',
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
|
Loading…
Reference in New Issue
Block a user