summaryrefslogtreecommitdiff
path: root/examples/snowpack/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-07-20 04:07:49 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-20 04:07:49 +0000
commit50f82e1a53ec5329990ee66fe62adba3fcbcb9e6 (patch)
treebee01a458fe44e48a396abcd51f912f09d295f55 /examples/snowpack/astro.config.mjs
parent07e533402e234d31b7cf9741bf2d08c32eda88c0 (diff)
downloadastro-50f82e1a53ec5329990ee66fe62adba3fcbcb9e6.tar.gz
astro-50f82e1a53ec5329990ee66fe62adba3fcbcb9e6.tar.zst
astro-50f82e1a53ec5329990ee66fe62adba3fcbcb9e6.zip
[ci] yarn format
Diffstat (limited to 'examples/snowpack/astro.config.mjs')
-rw-r--r--examples/snowpack/astro.config.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/snowpack/astro.config.mjs b/examples/snowpack/astro.config.mjs
index 15bc31b47..b829c204f 100644
--- a/examples/snowpack/astro.config.mjs
+++ b/examples/snowpack/astro.config.mjs
@@ -6,6 +6,6 @@ export default {
renderers: [
'@astrojs/renderer-vue',
'@astrojs/renderer-svelte',
- '@astrojs/renderer-preact'
- ]
+ '@astrojs/renderer-preact',
+ ],
};