aboutsummaryrefslogtreecommitdiff
path: root/nuxt.config.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-22 10:38:26 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-22 10:38:26 -0400
commit0ec77648211d343a7400e6e09fe5a2b3c500b564 (patch)
treed95cb7172b983e53b289c7b1e0e9e276c8f23e33 /nuxt.config.js
downloadpersonal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.tar.gz
personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.tar.bz2
personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.zip
Inital rewrite
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
new file mode 100644
index 0000000..cf5db84
--- /dev/null
+++ b/nuxt.config.js
@@ -0,0 +1,10 @@
+module.exports = {
+ head: {
+ titleTemplate: '%s - Andrew Lee',
+ meta: [
+ { charset: 'utf-8' },
+ { name: 'viewport', content: 'width=device-width, initial-scale=1' },
+ ],
+ },
+ modules: ['bootstrap-vue/nuxt', 'nuxt-mobile']
+} \ No newline at end of file