diff --git a/src/pages/[lang]/index.astro b/src/pages/[lang]/index.astro index f3c2a24..b88700f 100644 --- a/src/pages/[lang]/index.astro +++ b/src/pages/[lang]/index.astro @@ -44,6 +44,7 @@ const t = useTranslations(lang); import { initSw, setTransport } from "@utils/registerSW.ts"; //../../utils/registerSW.ts import { WispServerURLS, SearchEngines, Settings, cloak } from "@utils/settings"; import { search } from "@utils/search.ts"; //../../utils/search.ts + //@ts-expect-error No types, expected. See: https://github.com/ading2210/libcurl.js for docs on how to use. import { libcurl } from "libcurl.js-new/bundled"; type Suggestion = { phrase: string