Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Nov 21, 2022
1 parent 743000c commit d6ece85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/cloudflare/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d6ece85

Please sign in to comment.