[ci] format

This commit is contained in:
bluwy 2022-11-21 13:33:45 +00:00 committed by fredkbot
parent 743000cc70
commit d6ece859ed

View file

@ -158,8 +158,8 @@ export default function createIntegration(args?: Options): AstroIntegration {
.then((stat) => stat.isFile())
.catch(() => false);
// convert all redirect source paths into a list of routes
// and add them to the static path
// convert all redirect source paths into a list of routes
// and add them to the static path
if (redirectsExists) {
const redirects = (
await fs.promises.readFile(new URL('./_redirects', _config.outDir), 'utf-8')