mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-31 02:24:52 +00:00
add test cases
This commit is contained in:
11
src/fixtures/expected/nuxt.config.missing.js
Normal file
11
src/fixtures/expected/nuxt.config.missing.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { resolve } from 'path'
|
||||
|
||||
export default {
|
||||
router: {
|
||||
base: '/amazing-new-repo/'
|
||||
},
|
||||
alias: {
|
||||
'style': resolve(__dirname, './assets/style')
|
||||
},
|
||||
target: 'static'
|
||||
}
|
||||
Reference in New Issue
Block a user