pull/4903/head
Divyansh Singh 1 month ago
parent d5094f86d6
commit c0b3667382

@ -1,11 +1,3 @@
<!-- @content -->
<pre class="params">{{ $params }}</pre>
<style scoped>
pre {
/* try changing this, saving once won't update the color,
saving twice will change the color to the first saved color */
color: lime;
}
</style>

@ -131,6 +131,7 @@ export const dynamicRoutesPlugin = async (
): Promise<Plugin> => {
return {
name: 'vitepress:dynamic-routes',
enforce: 'pre',
resolveId(id) {
if (!id.endsWith('.md')) return

Loading…
Cancel
Save