mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 10:04:52 +00:00
10 lines
172 B
JavaScript
10 lines
172 B
JavaScript
import {resolve} from 'path'
|
|
|
|
export default {
|
|
router: {base: '/amazing-new-repo/'},
|
|
alias: {
|
|
style: resolve(__dirname, './assets/style')
|
|
},
|
|
target: 'static'
|
|
}
|