summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-svelte/astro.config.mjs')
-rw-r--r--examples/framework-svelte/astro.config.mjs4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/framework-svelte/astro.config.mjs b/examples/framework-svelte/astro.config.mjs
index 59ddc78f0..40dbab1ad 100644
--- a/examples/framework-svelte/astro.config.mjs
+++ b/examples/framework-svelte/astro.config.mjs
@@ -11,7 +11,5 @@ export default {
// port: 3000, // The port to run the dev server on.
// tailwindConfig: '', // Path to tailwind.config.js if used, e.g. './tailwind.config.js'
},
- renderers: [
- '@astrojs/renderer-svelte'
- ]
+ renderers: ['@astrojs/renderer-svelte'],
};