From 4ae327b2d648cdfbe6018dfde4959544476c0db2 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 16 Sep 2020 00:14:18 -0500 Subject: [PATCH] Set app name --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index e9c826f..f029a3f 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -8,7 +8,7 @@ module.exports = { ** Headers of the page */ head: { - title: pkg.name, + title: 'Does it ARM', meta: [ { charset: 'utf-8' }, {