mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 18:14:51 +00:00
Fix spacing
This commit is contained in:
@@ -3,9 +3,9 @@ const getAllDynamicRoute = async function() {
|
|||||||
return ['/posts/hello-world', '/posts/hello-again'];
|
return ['/posts/hello-world', '/posts/hello-again'];
|
||||||
})();
|
})();
|
||||||
return routes;
|
return routes;
|
||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
target: 'static',
|
target: 'static',
|
||||||
router: {base: '/docs/'},
|
router: {base: '/docs/'},
|
||||||
mode: 'universal',
|
mode: 'universal',
|
||||||
@@ -14,5 +14,4 @@ const getAllDynamicRoute = async function() {
|
|||||||
return getAllDynamicRoute();
|
return getAllDynamicRoute();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user