diff options
author | 2021-07-21 23:11:40 +0000 | |
---|---|---|
committer | 2021-07-21 23:11:40 +0000 | |
commit | 561cbee68f1e4e2a85d5379129bba82fea5138a1 (patch) | |
tree | 65a8e0c168bb2b2f83c48c70c556e3547560093e /examples/framework-solid/astro.config.mjs | |
parent | bd18e14a2c05d473b9822ddaf9ebada48e2d75dd (diff) | |
download | astro-561cbee68f1e4e2a85d5379129bba82fea5138a1.tar.gz astro-561cbee68f1e4e2a85d5379129bba82fea5138a1.tar.zst astro-561cbee68f1e4e2a85d5379129bba82fea5138a1.zip |
[ci] yarn format
Diffstat (limited to 'examples/framework-solid/astro.config.mjs')
-rw-r--r-- | examples/framework-solid/astro.config.mjs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/framework-solid/astro.config.mjs b/examples/framework-solid/astro.config.mjs index d19e07745..59dd75f56 100644 --- a/examples/framework-solid/astro.config.mjs +++ b/examples/framework-solid/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-solid' - ] + renderers: ['@astrojs/renderer-solid'], }; |