Skip to content

Commit 28079e9

Browse files
matthewpastrobot-houston
authored andcommitted
[ci] format
1 parent babf57f commit 28079e9

File tree

1 file changed

+1
-1
lines changed
  • packages/integrations/sitemap/src

1 file changed

+1
-1
lines changed

packages/integrations/sitemap/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const createPlugin = (options?: SitemapOptions): AstroIntegration => {
160160
addRouteUrl(urls, r);
161161

162162
// Include i18n fallback routes (e.g. /fr/ falling back to /en/)
163-
for (const fallbackRoute of (r.fallbackRoutes ?? [])) {
163+
for (const fallbackRoute of r.fallbackRoutes ?? []) {
164164
addRouteUrl(urls, fallbackRoute);
165165
}
166166

0 commit comments

Comments
 (0)