Skip to content

Commit 059bd5b

Browse files
committed
fix build warning
1 parent e71a1f3 commit 059bd5b

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

astro.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import path from 'node:path';
66
import { rehypeHeadingIds } from '@astrojs/markdown-remark';
7-
import vercel from '@astrojs/vercel';
87
import remarkWikiLink from "@braindb/remark-wiki-link";
98
import expressiveCode from 'astro-expressive-code';
109
import icon from 'astro-icon';

src/pages/projects/index.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
import { Image } from 'astro:assets'
33
44
import type { iconsType } from 'astro-pure/types'
5-
import { Button, Collapse, Icon } from 'astro-pure/user'
5+
import { Button, Icon } from 'astro-pure/user'
66
import PageLayout from '@/layouts/CommonPage.astro'
77
import ProjectSection from '@/components/projects/ProjectSection.astro'
8-
import Sponsors from '@/components/projects/Sponsors.astro'
98
import alipay from '@/assets/alipay-qrcode.jpg'
109
import wechat from '@/assets/wechat-qrcode.jpg'
11-
import config from '@/site-config'
1210
1311
const headings = [
1412
{ depth: 2, slug: 'theme', text: 'Theme' },

0 commit comments

Comments
 (0)