diff options
author | 2022-11-21 13:33:45 +0000 | |
---|---|---|
committer | 2022-11-21 13:33:45 +0000 | |
commit | d6ece859ed1c28a958484c3f83a9e5ad8e4ca25f (patch) | |
tree | d69efa9adcfd8f592540676d65269b45f9fda03e | |
parent | 743000cc70274a2d2fed01c72e2ac51aa6b876a6 (diff) | |
download | astro-d6ece859ed1c28a958484c3f83a9e5ad8e4ca25f.tar.gz astro-d6ece859ed1c28a958484c3f83a9e5ad8e4ca25f.tar.zst astro-d6ece859ed1c28a958484c3f83a9e5ad8e4ca25f.zip |
[ci] format
-rw-r--r-- | packages/integrations/cloudflare/src/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/cloudflare/src/index.ts b/packages/integrations/cloudflare/src/index.ts index 805eccb9c..d39f0f875 100644 --- a/packages/integrations/cloudflare/src/index.ts +++ b/packages/integrations/cloudflare/src/index.ts @@ -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') |