Changed name
All checks were successful
Build and Deploy / Deploy (push) Successful in 1m44s

This commit is contained in:
Xeovalyte 2023-05-10 12:36:54 +02:00
parent 86da69288e
commit 1ca08ee8b5
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{
"appId": "com.reddingsbrigadewaddinxveen.wrbapp",
"appName": "wrbapp",
"appName": "WRB App",
"webDir": ".output/public",
"bundledWebRuntime": false,
"server": {
"url": "https://wrbapp.xeovalyte.com/",
"url": "https://app.reddingsbrigadewaddinxveen.nl/",
"cleartext": true
}
}

View File

@ -13,7 +13,7 @@ export default defineNuxtConfig({
[ '@pinia/nuxt', { autoImports: [ 'defineStore' ]} ],
],
plausible: {
domain: 'wrbapp.xeovalyte.com',
domain: 'app.reddingsbrigadewaddinxveen.nl',
apiHost: 'https://plausible.xeovalyte.dev',
},
build: {