diff options
author | 2022-03-02 12:09:43 -0800 | |
---|---|---|
committer | 2022-03-02 12:09:43 -0800 | |
commit | d5ced6d0d18af666c6546db7d0df5166b81f01ee (patch) | |
tree | 0a0d53d493b3e0c1c609cbfa1f201c1ba1998d82 /smoke/docs-main/astro.config.mjs | |
parent | f957e46724a10d200be7f3a63463c9306a95d8e8 (diff) | |
download | astro-d5ced6d0d18af666c6546db7d0df5166b81f01ee.tar.gz astro-d5ced6d0d18af666c6546db7d0df5166b81f01ee.tar.zst astro-d5ced6d0d18af666c6546db7d0df5166b81f01ee.zip |
[ci] update smoke tests (remote) (#2699)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
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', |