From 240ed2deaf588bdb48459dddc97f33dcb8cbbff1 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 18 Feb 2024 19:39:14 +0800 Subject: [PATCH] :chart_with_upwards_trend: Add track code --- src/layouts/RootLayout.astro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/layouts/RootLayout.astro b/src/layouts/RootLayout.astro index abcc203..c75df1b 100644 --- a/src/layouts/RootLayout.astro +++ b/src/layouts/RootLayout.astro @@ -87,5 +87,10 @@ const { title } = Astro.props; import { themeChange } from "theme-change"; themeChange(); + +