mirror of
https://github.com/actions/configure-pages.git
synced 2026-04-05 09:12:23 +00:00
add test cases
This commit is contained in:
8
src/fixtures/expected/gatsby-config.js
Normal file
8
src/fixtures/expected/gatsby-config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { resolve } from 'path'
|
||||
|
||||
export default {
|
||||
alias: {
|
||||
'style': resolve(__dirname, './assets/style')
|
||||
},
|
||||
pathPrefix: '/amazing-new-repo/',/* test */
|
||||
}
|
||||
Reference in New Issue
Block a user