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; ---- - - - -
- - - -