summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/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/framework-multiple/astro.config.mjs
parentb22755d59e1e1530dc6da0daca976b82fa381a4a (diff)
downloadastro-e6766e2cd2099e2481c682a69d9234c413429a9f.tar.gz
astro-e6766e2cd2099e2481c682a69d9234c413429a9f.tar.zst
astro-e6766e2cd2099e2481c682a69d9234c413429a9f.zip
[ci] yarn format
Diffstat (limited to 'examples/framework-multiple/astro.config.mjs')
-rw-r--r--examples/framework-multiple/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/astro.config.mjs b/examples/framework-multiple/astro.config.mjs
index d447844e8..b5fe6a073 100644
--- a/examples/framework-multiple/astro.config.mjs
+++ b/examples/framework-multiple/astro.config.mjs
@@ -9,5 +9,5 @@
// @ts-check
export default /** @type {import('astro').AstroUserConfig} */ ({
// Enable many renderers to support all different kinds of components.
- renderers: ['@astrojs/renderer-preact', '@astrojs/renderer-react', '@astrojs/renderer-svelte', '@astrojs/renderer-vue','@astrojs/renderer-solid' ],
+ renderers: ['@astrojs/renderer-preact', '@astrojs/renderer-react', '@astrojs/renderer-svelte', '@astrojs/renderer-vue', '@astrojs/renderer-solid'],
});