aboutsummaryrefslogtreecommitdiff
path: root/nuxt.config.js
blob: cf5db84bf2e488e56787b614cf61f465cd840740 (plain) (blame)
1
2
3
4
5
6
7
8
9
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']
}