We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56de15 commit 344878bCopy full SHA for 344878b
packages/starlight/utils/routing.ts
@@ -16,10 +16,6 @@ import { BuiltInDefaultLocale } from './i18n';
16
// We do this here so all pages trigger it and at the top level so it runs just once.
17
validateLogoImports();
18
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
-
23
// The type returned from `CollectionEntry` is different for legacy collections and collections
24
// using a loader. This type is a common subset of both types.
25
export type StarlightDocsCollectionEntry = Omit<
0 commit comments