mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 16:16:09 +00:00
8 lines
151 B
JavaScript
8 lines
151 B
JavaScript
import { resolve } from 'path'
|
|
|
|
export default {
|
|
alias: {
|
|
'style': resolve(__dirname, './assets/style')
|
|
},
|
|
pathPrefix: '/prefix',/* test */
|
|
} |