Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

3.0.0-beta.9

Compare
Choose a tag to compare
@scottbedard scottbedard released this 26 Sep 06:10
· 64 commits to master since this release
0f22d8b

Improved

Allow vue.config.js file to define a production baseUrl. To do so, use the following option.

module.exports = {
    pluginOptions: {
        vuetober: {
            baseUrl: '/themes/whatever/assets/',
        },
    },
}