summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar Peter Singh <drgaud@hotmail.com> 2021-09-01 02:09:16 +0100
committerGravatar GitHub <noreply@github.com> 2021-08-31 18:09:16 -0700
commitb22755d59e1e1530dc6da0daca976b82fa381a4a (patch)
tree09e99cd822d9e233bb960e9240de26539e0de7e5 /examples/framework-multiple/astro.config.mjs
parent66734b75f1e50c47515e5bf1650c8eeb1615ef70 (diff)
downloadastro-b22755d59e1e1530dc6da0daca976b82fa381a4a.tar.gz
astro-b22755d59e1e1530dc6da0daca976b82fa381a4a.tar.zst
astro-b22755d59e1e1530dc6da0daca976b82fa381a4a.zip
Checked the astro configs for the templates, (#1282)
* Checked the astro configs for the templates, * Update astro.config.mjs * Update package.json Co-authored-by: Fred K. Schott <fkschott@gmail.com>
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 b5fe6a073..d447844e8 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' ],
});