Skip to content

Commit d74c39e

Browse files
committed
fixup!
1 parent aa2ebec commit d74c39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/app/sitemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { availableLocaleCodes, defaultLocale } from '@node-core/website-i18n';
33
import { BASE_PATH } from '#site/next.constants.mjs';
44
import { BASE_URL } from '#site/next.constants.mjs';
55
import { EXTERNAL_LINKS_SITEMAP } from '#site/next.constants.mjs';
6-
import { BLOG_DYNAMIC_ROUTES } from '#site/router/constants.js';
6+
import { BLOG_DYNAMIC_ROUTES } from '#site/router/constants';
77

88
import type { MetadataRoute } from 'next';
99

0 commit comments

Comments
 (0)