Skip to content

Commit 344878b

Browse files
committed
chore: remove fixed bug todo comment
withastro/astro#12438
1 parent b56de15 commit 344878b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/starlight/utils/routing.ts

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ import { BuiltInDefaultLocale } from './i18n';
1616
// We do this here so all pages trigger it and at the top level so it runs just once.
1717
validateLogoImports();
1818

19-
// TODO(HiDeoo) https://github.com/withastro/astro/pull/12438
20-
// If a content collection is using a loader and is located in the `src/content/` directory, there
21-
// is currently a typegen issue where the old/compat types are generated.
22-
2319
// The type returned from `CollectionEntry` is different for legacy collections and collections
2420
// using a loader. This type is a common subset of both types.
2521
export type StarlightDocsCollectionEntry = Omit<

0 commit comments

Comments
 (0)