diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-30 15:23:02 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-30 15:23:02 -0400 |
| commit | 2bfefbdb7d4a36d20c8396943dde423d54ed548d (patch) | |
| tree | d5d596008eefa31c33b0e910b351039797bbf234 /nuxt.config.js | |
| parent | 848f1ca425e03cdcf7503ab51d80711bbf28c0f2 (diff) | |
| download | personal-website-2bfefbdb7d4a36d20c8396943dde423d54ed548d.tar.gz personal-website-2bfefbdb7d4a36d20c8396943dde423d54ed548d.tar.bz2 personal-website-2bfefbdb7d4a36d20c8396943dde423d54ed548d.zip | |
Hopefully this works
Diffstat (limited to 'nuxt.config.js')
| -rw-r--r-- | nuxt.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index 7f24d0d..7881a99 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -7,6 +7,7 @@ module.exports = { meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, + { hid: 'title', name: 'title', content: 'Andrew Lee' }, { hid: 'description', name: 'description', content: 'Andrew\'s Personal Website' } ], link: [ |
