From 8773b9b0dfdc053f9ef4fce63fbb2e3d1f372368 Mon Sep 17 00:00:00 2001 From: grassblock Date: Thu, 24 Jul 2025 21:11:55 +0800 Subject: [PATCH] feat: log theme info to console --- src/pages/index.astro | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index c130d7a..5cf2089 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,6 @@ --- import Layout from '../layouts/Layout.astro'; +import {siteConfig} from "../config"; // Conditionally import content if file exists let HomePageContent; try { @@ -20,4 +21,14 @@ try {
If you are site owner, please create src/content/index.md
to customize this page.