mirror of
https://github.com/actions/configure-pages.git
synced 2026-04-03 08:12:24 +00:00
11 lines
144 B
JavaScript
11 lines
144 B
JavaScript
|
|
module.exports={
|
|
alias: {
|
|
'style': resolve(__dirname, './assets/style')
|
|
},
|
|
target: 'static',
|
|
router: {
|
|
base: 'some/path'
|
|
}
|
|
}
|