const path = require('path') module.exports = (options, ctx) => { return { globalLayout: path.resolve(__dirname, 'layouts/GlobalLayout.vue') } }