mirror of
https://github.com/actions/configure-pages.git
synced 2026-04-04 08:42:21 +00:00
Apply consistent spacing and use of single quotes
This commit is contained in:
@@ -7,7 +7,7 @@ const getAllDynamicRoute = async function() {
|
||||
|
||||
module.exports = {
|
||||
target: 'static',
|
||||
router: {base: '/docs/'},
|
||||
router: { base: '/docs/' },
|
||||
mode: 'universal',
|
||||
generate: {
|
||||
async routes () {
|
||||
|
||||
Reference in New Issue
Block a user