From 990a67e177cd695b101c5aa5da2c094dddd0b98f Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Thu, 15 Apr 2021 16:48:22 -0400 Subject: [PATCH] Update title --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index a975651..0f659f9 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -7,7 +7,7 @@ export default { // Global page headers: https://go.nuxtjs.dev/config-head head: { - title: 'stardew_community_checklist', + title: 'Stardew Community Checklist', meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' },