mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-24 03:01:31 +08:00
Added tools page
This commit is contained in:
@ -7,6 +7,7 @@ import remarkUnwrapImages from 'remark-unwrap-images'
|
||||
import rehypeExternalLinks from 'rehype-external-links'
|
||||
import expressiveCode from 'astro-expressive-code'
|
||||
import { expressiveCodeOptions } from './src/site.config'
|
||||
import icon from 'astro-icon'
|
||||
|
||||
import vercel from '@astrojs/vercel/serverless'
|
||||
|
||||
@ -19,7 +20,8 @@ export default defineConfig({
|
||||
applyBaseStyles: false
|
||||
}),
|
||||
sitemap(),
|
||||
mdx()
|
||||
mdx(),
|
||||
icon()
|
||||
],
|
||||
markdown: {
|
||||
remarkPlugins: [remarkUnwrapImages, remarkReadingTime],
|
||||
|
Reference in New Issue
Block a user