mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
Reformat nextjs fixtures
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
|
||||
import { resolve } from 'path'
|
||||
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 */
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
module.exports={
|
||||
basePath: '/amazing-new-repo/'/* test */,
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
basePath: '/amazing-new-repo/' /* test */
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
module.exports={
|
||||
basePath: '/amazing-new-repo/'
|
||||
module.exports = {
|
||||
basePath: '/amazing-new-repo/'
|
||||
}
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
|
||||
import { resolve } from 'path'
|
||||
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 */
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
module.exports={
|
||||
basePath: '/gh-pages-test'/* test */,
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
basePath: '/gh-pages-test' /* test */
|
||||
}
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
module.exports={
|
||||
|
||||
}
|
||||
|
||||
module.exports = {}
|
||||
|
||||
Reference in New Issue
Block a user