diff options
Diffstat (limited to 'smoke/docs-main/astro.config.mjs')
-rw-r--r-- | smoke/docs-main/astro.config.mjs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/smoke/docs-main/astro.config.mjs b/smoke/docs-main/astro.config.mjs index 94290bf17..cb46a32d5 100644 --- a/smoke/docs-main/astro.config.mjs +++ b/smoke/docs-main/astro.config.mjs @@ -3,6 +3,10 @@ export default /** @type {import('astro').AstroUserConfig} */ ({ buildOptions: { site: 'https://docs.astro.build/', }, + // TODO: Enable Shiki! + // markdownOptions: { + // render: ['@astrojs/markdown-remark', {syntaxHighlight: 'shiki'}], + // }, renderers: [ // Our main renderer for frontend components '@astrojs/renderer-preact', |