Skip to content

Commit 3f67ba1

Browse files
chore: minor change
1 parent e5c7e33 commit 3f67ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/blog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export default defineNuxtModule({
161161
await mkdir(blogImagesDir, { recursive: true })
162162
}
163163

164-
addVitePlugin(
164+
addVitePlugin(() =>
165165
Markdown({
166166
include: [/\.(md|markdown)($|\?)/],
167167
wrapperComponent: 'BlogPostWrapper',
@@ -177,7 +177,7 @@ export default defineNuxtModule({
177177
)
178178
md.use(MarkdownItAnchor as any)
179179
},
180-
}) as any,
180+
}),
181181
)
182182

183183
// Load posts once with resolved Bluesky avatars (shared across template + route rules)

0 commit comments

Comments
 (0)