mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-16 23:41:21 +08:00
fix: icon path
This commit is contained in:
@ -32,7 +32,12 @@ export default defineConfig({
|
||||
}),
|
||||
sitemap(),
|
||||
mdx(),
|
||||
icon(),
|
||||
icon({
|
||||
include: {
|
||||
// Include all icons from the icons directory
|
||||
local: './src/icons/*.svg'
|
||||
}
|
||||
}),
|
||||
react()
|
||||
],
|
||||
markdown: {
|
||||
|
Reference in New Issue
Block a user