From 30509de370767da0b2ca34432f8f53f4fce35cad Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Sat, 26 Oct 2024 04:18:03 -0600 Subject: [PATCH] BRUh --- src/pages/[lang]/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[lang]/index.astro b/src/pages/[lang]/index.astro index f8fdbc0..8c77000 100644 --- a/src/pages/[lang]/index.astro +++ b/src/pages/[lang]/index.astro @@ -57,7 +57,7 @@ import { VERSION } from "astro:env/client"; settings } from "@utils/settings/index"; import { search } from "@utils/search.ts"; //../../utils/search.ts - const libcurl = await import('@utils/libcurl'); + import { client as libcurlClient } from "@utils/libcurl"; type Suggestion = { phrase: string; }; @@ -195,5 +195,5 @@ import { VERSION } from "astro:env/client"; } } }); - }, true); + });