Reformat nextjs fixtures

This commit is contained in:
Yoann Chaudet
2022-07-18 15:14:53 -07:00
parent df54bc901b
commit e2bf7f26fb
6 changed files with 17 additions and 25 deletions

View File

@@ -1,9 +1,8 @@
import {resolve} from 'path'
export default {
alias: {
'style': resolve(__dirname, './assets/style')
style: resolve(__dirname, './assets/style')
},
basePath: '/amazing-new-repo/'/* test */,
basePath: '/amazing-new-repo/' /* test */
}

View File

@@ -1,4 +1,3 @@
module.exports = {
basePath: '/amazing-new-repo/'/* test */,
basePath: '/amazing-new-repo/' /* test */
}

View File

@@ -1,4 +1,3 @@
module.exports = {
basePath: '/amazing-new-repo/'
}

View File

@@ -1,9 +1,8 @@
import {resolve} from 'path'
export default {
alias: {
'style': resolve(__dirname, './assets/style')
style: resolve(__dirname, './assets/style')
},
basePath: '/gh-pages-test'/* test */,
basePath: '/gh-pages-test' /* test */
}

View File

@@ -1,4 +1,3 @@
module.exports = {
basePath: '/gh-pages-test'/* test */,
basePath: '/gh-pages-test' /* test */
}

View File

@@ -1,4 +1 @@
module.exports={
}
module.exports = {}