From b34a041052b68e388a92d9687bdb870ebca06c4a Mon Sep 17 00:00:00 2001
From: xy <10816187@qq.com>
Date: Sat, 18 Jul 2026 22:01:16 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20back=20top=20=E5=9B=BE=E7=89=87=E4=B8=8D?=
=?UTF-8?q?=E5=B1=95=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/BackTop.astro | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/BackTop.astro b/src/components/BackTop.astro
index f8152e8..f3c35a2 100644
--- a/src/components/BackTop.astro
+++ b/src/components/BackTop.astro
@@ -1,10 +1,10 @@
---
-import {Image} from "astro:assets";
-import backTopIcon from "../assets/icon/back-top.svg";
+
+import backTopIcon from "@/assets/icon/back-top.svg?url";
---