From 1588d8a4d403527226006101fba8e5ff0129c878 Mon Sep 17 00:00:00 2001 From: Rakantor Date: Sun, 6 Nov 2022 19:13:24 +0100 Subject: [PATCH] Change document title --- nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index a5d9405..253939b 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -9,8 +9,8 @@ export default { // Global page headers: https://go.nuxtjs.dev/config-head head: { - titleTemplate: '%s - iu-quiz-app', - title: 'iu-quiz-app', + titleTemplate: '%s', + title: 'Quiz App', meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' },