Skip to content

Commit 4cf7387

Browse files
committed
upload current progress
1 parent 60e745c commit 4cf7387

2,068 files changed

Lines changed: 5434 additions & 114 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.astro/icon.d.ts

Lines changed: 2066 additions & 0 deletions
Large diffs are not rendered by default.

astro.config.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { defineConfig } from 'astro/config'
22
import tailwind from '@astrojs/tailwind'
33

4+
import icon from 'astro-icon';
5+
46
export default defineConfig({
5-
integrations: [tailwind()],
6-
})
7+
integrations: [tailwind(), icon()],
8+
})

0 commit comments

Comments
 (0)