Skip to content

Commit ee5c672

Browse files
committed
add shikiConfig langs back
1 parent 3921e65 commit ee5c672

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,9 @@ export default defineConfig({
429429
}),
430430
],
431431
markdown: {
432+
shikiConfig: {
433+
langs: ['powershell', 'ts', 'rust', 'bash', 'json', 'toml', 'html', 'js'],
434+
},
432435
rehypePlugins: [
433436
rehypeHeadingIds,
434437
[

0 commit comments

Comments
 (0)