mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
9 lines
163 B
JavaScript
9 lines
163 B
JavaScript
module.exports = {
|
|
css: [{ src: '~/custom-assets/app.css' }],
|
|
dir: {
|
|
assets: 'custom-assets',
|
|
pages: 'custom-pages',
|
|
static: 'custom-static'
|
|
}
|
|
}
|