mirror of
https://github.com/actions/configure-pages.git
synced 2026-04-04 00:32:22 +00:00
add fixtures
This commit is contained in:
10
src/fixtures/nuxt.config.old.js
Normal file
10
src/fixtures/nuxt.config.old.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
module.exports={
|
||||
alias: {
|
||||
'style': resolve(__dirname, './assets/style')
|
||||
},
|
||||
target: 'static',
|
||||
router: {
|
||||
base: 'some/path'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user