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' },