Update markdown code block theme => one-dark-pro

This commit is contained in:
Sat Naing
2022-09-23 21:35:47 +06:30
parent 15cbfd9741
commit fcda70706a
+4
View File
@@ -27,6 +27,10 @@ export default defineConfig({
},
],
],
shikiConfig: {
theme: "one-dark-pro",
wrap: true,
},
extendDefaultPlugins: true,
},
});