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", "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
} }
} }

View File

@ -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: {