Skip to content
Merged
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default defineConfig({
},
markdown: {
shikiConfig: {
theme: 'github-light',
theme: 'github-light-high-contrast',
},
},
});
Loading