mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 18:14:51 +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')
|
||||
},
|
||||
|
||||
3
src/fixtures/x.js
Normal file
3
src/fixtures/x.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
pathPrefix: "hello",
|
||||
};
|
||||
Reference in New Issue
Block a user