File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ const t = await getUiTranslator(currentLocale);
99
1010const collection = await getCollectionInLocaleWithFallbacks (" text-detail" , currentLocale );
1111const bannerEntry = collection .find ((entry ) => entry .slug === ' banner' );
12- console .log (currentLocale )
13- console .log (bannerEntry )
1412---
1513
1614<footer
Original file line number Diff line number Diff line change 11import { useMemo , useRef , useState } from "preact/hooks" ;
22import { Icon } from "../Icon" ;
3- import { type JSX } from "preact" ;
43
54type SearchResult = {
65 id : number ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import keywordExtractor from "keyword-extractor";
1010import { contentTypes } from "../../globals/globals" ;
1111import { supportedLocales as localesWithSearchSupport } from "../../i18n/const" ;
1212import type { LanguageName } from "keyword-extractor/types/lib/keyword_extractor" ;
13- import { removeLocalePrefix } from "@/src/i18n/utils" ;
1413
1514interface SearchIndex {
1615 [ title : string ] : {
You can’t perform that action at this time.
0 commit comments