From 9db07b288332a8696571ee477f913030579963b0 Mon Sep 17 00:00:00 2001 From: Rakantor Date: Sun, 16 Apr 2023 23:13:54 +0200 Subject: [PATCH] Change site title --- nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index c5e47c4..c919894 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -24,8 +24,8 @@ export default defineNuxtConfig({ app: { head: { - titleTemplate: '%s | Home', - title: 'Manuel', + // titleTemplate: '%s | Home', + title: 'Manuel Veigel', htmlAttrs: { lang: 'en', },