From 0319862641d68d89b28c7e25ac84a8c177ff0a6b Mon Sep 17 00:00:00 2001 From: abearxiong Date: Wed, 22 Oct 2025 17:14:16 +0800 Subject: [PATCH] fix --- components/html.astro | 46 ------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 components/html.astro diff --git a/components/html.astro b/components/html.astro deleted file mode 100644 index e97502c..0000000 --- a/components/html.astro +++ /dev/null @@ -1,46 +0,0 @@ ---- -import '../styles/global.css'; -export interface Props { - title?: string; - description?: string; - lang?: string; - charset?: string; -} - -const { title = 'Light Code', description = 'html', lang = 'zh-CN', charset = 'UTF-8' } = Astro.props; ---- - - - - - - - - {title} - - - - - - - - - - - -