diff options
Diffstat (limited to 'examples/starter/astro.config.mjs')
-rw-r--r-- | examples/starter/astro.config.mjs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/starter/astro.config.mjs b/examples/starter/astro.config.mjs index c92bf4e72..7c835f30a 100644 --- a/examples/starter/astro.config.mjs +++ b/examples/starter/astro.config.mjs @@ -8,8 +8,8 @@ // @ts-check export default /** @type {import('astro').AstroUserConfig} */ ( - { - // Set "renderers" to "[]" to disable all default, builtin component support. - // renderers: [], - } + { + // Set "renderers" to "[]" to disable all default, builtin component support. + // renderers: [], + } ); |