From 16c41b9501cca97f5ce3662e414dd24564d785af Mon Sep 17 00:00:00 2001 From: Zubin J Date: Wed, 18 Oct 2023 02:54:14 -0400 Subject: [PATCH] feat: updates title in nuxt config --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 317f5f54..cb4f7fb9 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -18,7 +18,7 @@ export default { // Global page headers: https://go.nuxtjs.dev/config-head head: { - titleTemplate: '%s - Radar | SS23 | TechLabs Berlin', + titleTemplate: '%s - Radar | WS23/24 | TechLabs Berlin', meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' },