From 8d64901d07f769a38ba2f03ffca9dfe8c1b22b88 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 6 Jan 2024 22:47:34 +0100 Subject: [PATCH] Rebuild --- src/middleware.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/middleware.ts b/src/middleware.ts index b322fc5..b8f999d 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -17,9 +17,9 @@ * along with this program. If not, see . */ -import { sequence } from "astro/middleware" -import { useAstroI18n } from "astro-i18n" +import { sequence } from "astro/middleware"; +import { useAstroI18n } from "astro-i18n"; -const astroI18n = useAstroI18n() +const astroI18n = useAstroI18n(); -export const onRequest = sequence(astroI18n) \ No newline at end of file +export const onRequest = sequence(astroI18n); \ No newline at end of file