File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export async function getStaticPaths() {
99 const referenceEntries = await getCollectionInDefaultLocale (" reference" );
1010
1111 return referenceEntries
12- // @ts-ignore
12+ // @ts-expect-error - Casting to the reference item schema
1313 .filter ((entry ) => entry .module !== ' Constants' )
1414 .map ((entry ) => ({
1515 params: {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export async function getStaticPaths() {
99 const referenceEntries = await getCollectionInDefaultLocale (" reference" );
1010
1111 return referenceEntries
12- // @ts-ignore
12+ // @ts-expect-error - Casting to the reference item schema
1313 .filter ((entry ) => entry .module === ' Constants' )
1414 .map ((entry ) => ({
1515 params: {
You can’t perform that action at this time.
0 commit comments