mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-29 17:34:52 +00:00
8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
import { resolve } from 'path'
|
|
|
|
export default {
|
|
alias: {
|
|
'style': resolve(__dirname, './assets/style')
|
|
},
|
|
pathPrefix: '/amazing-new-repo/',/* test */
|
|
} |