summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/integrations/cloudflare/src/index.ts4
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')