diff options
Diffstat (limited to 'examples/framework-vue/astro.config.mjs')
-rw-r--r-- | examples/framework-vue/astro.config.mjs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/framework-vue/astro.config.mjs b/examples/framework-vue/astro.config.mjs index 1fec0a4dd..964aa2145 100644 --- a/examples/framework-vue/astro.config.mjs +++ b/examples/framework-vue/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-vue' - ] + renderers: ['@astrojs/renderer-vue'], }; |