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