Skip to content

Commit e054895

Browse files
committed
remove unused comment
1 parent e38cda6 commit e054895

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

src/components/BaseHead.astro

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,6 @@ const socialImageURL = new URL(ogImage ? ogImage : '/images/social-card.png', As
2525
<link rel='icon' type='image/png' sizes='16x16' href='/favicon/favicon-16x16.png' />
2626
<link rel='manifest' href='/favicon/site.webmanifest' />
2727

28-
{/* Font preloads */}
29-
<!-- <link
30-
rel='preload'
31-
href='https://npm.elemecdn.com/[email protected]/HYTangMeiRen55W.woff2'
32-
as='font'
33-
type='font/woff2'
34-
crossorigin
35-
/> -->
36-
<!-- <link
37-
rel='preload'
38-
href='https://cdn1.tianli0.top/npm/[email protected]/MONACO.TTF'
39-
as='font'
40-
type='font/ttf'
41-
crossorigin
42-
/> -->
43-
4428
{/* Canonical URL */}
4529
<link rel='canonical' href={canonicalURL} />
4630

src/components/home/SkillLayout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ interface Props {
1313
1414
const { title, skills } = Astro.props
1515
16-
// 处理技能项,支持字符串或对象格式
1716
const normalizedSkills = skills.map((skill) => {
1817
if (typeof skill === 'string') {
1918
return { name: skill, icon: '' }

src/site.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
import type { Config, IntegrationUserConfig, ThemeUserConfig } from 'packages/pure/types';
2-
3-
4-
52
import type { CardListData } from 'astro-pure/types';
6-
7-
8-
9-
10-
113
export const theme: ThemeUserConfig = {
124
// === Basic configuration ===
135
/** Title for your website. Will be used in metadata and as browser tab title. */

0 commit comments

Comments
 (0)