mirror of
https://github.com/actions/configure-pages.git
synced 2026-02-11 12:51:23 +00:00
11 lines
174 B
JavaScript
11 lines
174 B
JavaScript
import { resolve } from 'path'
|
|
|
|
export default {
|
|
alias: {
|
|
'style': resolve(__dirname, './assets/style')
|
|
},
|
|
target: 'static',
|
|
router: {
|
|
base: 'some/path'
|
|
}
|
|
} |