refactor: lucide icons via astro-icon
This commit is contained in:
parent
c4b6e75915
commit
6764644c2e
10 changed files with 827 additions and 56 deletions
|
@ -16,6 +16,8 @@ import remarkMath from 'remark-math'
|
|||
import remarkToc from 'remark-toc'
|
||||
import sectionize from '@hbsnow/rehype-sectionize'
|
||||
|
||||
import icon from 'astro-icon'
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://astro-erudite.vercel.app',
|
||||
|
@ -26,6 +28,7 @@ export default defineConfig({
|
|||
sitemap(),
|
||||
mdx(),
|
||||
react(),
|
||||
icon(),
|
||||
],
|
||||
markdown: {
|
||||
syntaxHighlight: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue