mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
743000cc70
commit
d6ece859ed
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ export default function createIntegration(args?: Options): AstroIntegration {
|
||||||
.then((stat) => stat.isFile())
|
.then((stat) => stat.isFile())
|
||||||
.catch(() => false);
|
.catch(() => false);
|
||||||
|
|
||||||
// convert all redirect source paths into a list of routes
|
// convert all redirect source paths into a list of routes
|
||||||
// and add them to the static path
|
// and add them to the static path
|
||||||
if (redirectsExists) {
|
if (redirectsExists) {
|
||||||
const redirects = (
|
const redirects = (
|
||||||
await fs.promises.readFile(new URL('./_redirects', _config.outDir), 'utf-8')
|
await fs.promises.readFile(new URL('./_redirects', _config.outDir), 'utf-8')
|
||||||
|
|
Loading…
Reference in a new issue