summaryrefslogtreecommitdiff
path: root/examples/with-markdown/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-09-01 01:10:30 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-09-01 01:10:30 +0000
commite6766e2cd2099e2481c682a69d9234c413429a9f (patch)
treea3e852f3ec1b1077ed78cd59c9c06893ad707b90 /examples/with-markdown/astro.config.mjs
parentb22755d59e1e1530dc6da0daca976b82fa381a4a (diff)
downloadastro-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.mjs10
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: [],
+ }
+);