change: defalt Tab Title

This commit is contained in:
Julian Krauser 2025-02-05 14:46:36 +01:00
parent 679623f4dd
commit 52f4c43057

View file

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