Nuxt/test/fixtures/custom-dirs/nuxt.config.js

9 lines
163 B
JavaScript
Raw Normal View History

module.exports = {
2018-02-03 16:04:15 +00:00
css: [{ src: '~/custom-assets/app.css' }],
dir: {
assets: 'custom-assets',
pages: 'custom-pages',
static: 'custom-static'
}
}