From f5fa5b29719ab714278e44468009b2412881fa87 Mon Sep 17 00:00:00 2001 From: webfussel Date: Fri, 23 May 2025 10:32:39 +0200 Subject: [PATCH] fix: small wording issues Fix wording issues for consistency --- app/pages/index.vue | 2 +- nuxt.config.ts | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index fc90105..a99aa5f 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -3,7 +3,7 @@

- Du zahlst zuviel fürs Papier? + Du zahlst zuviel für's Papier?

Preise vergleichen diff --git a/nuxt.config.ts b/nuxt.config.ts index 14e7a38..7aba57a 100755 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,5 +1,4 @@ - -const description = 'Bezahlt du zuviel fürs Papier? Vergleiche schnell und unkompliziert die Preise für Toiletten-, Küchen- und andere Papier hier.' +const description = 'Du zahlst zuviel für\'s Papier? Vergleiche schnell und unkompliziert die Preise für Toiletten-, Küchen- und andere Papier hier.' export default defineNuxtConfig({ compatibilityDate: '2024-11-01', @@ -87,7 +86,7 @@ export default defineNuxtConfig({ applicationName: 'ProPapier', // Nuxt SEO Utils already sets the below tags for you - ogSiteName: 'Propapier', + ogSiteName: 'ProPapier', ogLocale: 'de_DE', ogType: 'website', ogUrl: 'https://pro-papier.de',