From b0cbf9142df3ccf2bb3ec69591fb41b342e7078b Mon Sep 17 00:00:00 2001 From: timothypidashev Date: Thu, 15 Jul 2021 02:38:09 +0000 Subject: [PATCH] update nuxt config --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 226dfbc..9d14f41 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -4,7 +4,7 @@ export default { // Global page headers: https://go.nuxtjs.dev/config-head head: { - title: 'Timothy Pidashev', + title: 'Portfolio', meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' },