From f708712a3bd00c803a83a46392ebdfc1edddc468 Mon Sep 17 00:00:00 2001 From: Guoqi Sun Date: Sun, 22 Dec 2024 15:45:49 +0800 Subject: [PATCH] fix: remove ClientRouter --- src/layouts/base.astro | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/layouts/base.astro b/src/layouts/base.astro index f67f35a..d71fab8 100644 --- a/src/layouts/base.astro +++ b/src/layouts/base.astro @@ -2,7 +2,6 @@ import "~/styles/globals.css" import { NoiseBackground } from "~/components/react/noise-background" import { CodeBackground } from "~/components/react/code-background" -import { ClientRouter } from "astro:transitions" import { getLangFromUrl } from "~/i18n/utils" import { en, zh } from "~/config" @@ -49,8 +48,6 @@ const config = lang === "zh" ? zh.meta : en.meta - -