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