Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored Dec 4, 2023
1 parent adbe10d commit 96a6697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/routing/manifest/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export function createRouteManifest(
destination = to.destination
}
if (destination.startsWith("http")) {
return logger.error('redirects', `Redirecting to an external URLs is not supported: ${from} -> ${to}`);
return logger.error('redirects', `Redirecting to an external URL is not supported: ${from} -> ${to}`);
}
}

Expand Down

0 comments on commit 96a6697

Please sign in to comment.