From 1ca08ee8b59b55dbde3c75f17951bf80cd274524 Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Wed, 10 May 2023 12:36:54 +0200 Subject: [PATCH] Changed name --- frontend/capacitor.config.json | 4 ++-- frontend/nuxt.config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/capacitor.config.json b/frontend/capacitor.config.json index ef53572..a2f24e9 100644 --- a/frontend/capacitor.config.json +++ b/frontend/capacitor.config.json @@ -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 } } diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 5168838..c6997fa 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -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: {