mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-31 02:24:52 +00:00
Cleanup the whole config-parser class
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import {resolve} from 'path'
|
||||
|
||||
export default {
|
||||
router: {
|
||||
base: '/amazing-new-repo/'
|
||||
},
|
||||
router: {base: '/amazing-new-repo/'},
|
||||
alias: {
|
||||
style: resolve(__dirname, './assets/style')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user