diff options
author | 2021-09-01 01:10:30 +0000 | |
---|---|---|
committer | 2021-09-01 01:10:30 +0000 | |
commit | e6766e2cd2099e2481c682a69d9234c413429a9f (patch) | |
tree | a3e852f3ec1b1077ed78cd59c9c06893ad707b90 /examples/with-markdown/astro.config.mjs | |
parent | b22755d59e1e1530dc6da0daca976b82fa381a4a (diff) | |
download | astro-e6766e2cd2099e2481c682a69d9234c413429a9f.tar.gz astro-e6766e2cd2099e2481c682a69d9234c413429a9f.tar.zst astro-e6766e2cd2099e2481c682a69d9234c413429a9f.zip |
[ci] yarn format
Diffstat (limited to 'examples/with-markdown/astro.config.mjs')
-rw-r--r-- | examples/with-markdown/astro.config.mjs | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/with-markdown/astro.config.mjs b/examples/with-markdown/astro.config.mjs index dc1697323..c92bf4e72 100644 --- a/examples/with-markdown/astro.config.mjs +++ b/examples/with-markdown/astro.config.mjs @@ -7,7 +7,9 @@ // You can disable this by removing "@ts-check" and `@type` comments below. // @ts-check -export default /** @type {import('astro').AstroUserConfig} */ ({ - // Set "renderers" to "[]" to disable all default, builtin component support. - // renderers: [], -}); +export default /** @type {import('astro').AstroUserConfig} */ ( + { + // Set "renderers" to "[]" to disable all default, builtin component support. + // renderers: [], + } +); |