aboutsummaryrefslogtreecommitdiff
path: root/nuxt.config.js
diff options
context:
space:
mode:
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