From 52f4c43057ddaa4ddfc9271ab3478b62ece65dec Mon Sep 17 00:00:00 2001 From: Julian Krauser Date: Wed, 5 Feb 2025 14:46:36 +0100 Subject: [PATCH] change: defalt Tab Title --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 54e4034..6199515 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -41,7 +41,7 @@ export default defineNuxtConfig({ url: process.env.PUBLIC_STRAPI_URL ?? "localhost:1337", }, app: { - title: process.env.PUBLIC_APP_TITLE ?? "Feuerwehr", + title: process.env.PUBLIC_APP_TITLE ?? "FF Webpage", }, }, },