summaryrefslogtreecommitdiff
path: root/examples/blog/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-07-21 17:48:45 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-21 17:48:45 +0000
commit81758f1c1e5cbe6827510e26c553790def05f25e (patch)
treeaa546051b65612e65333b96ce0f2a45e70ed755c /examples/blog/astro.config.mjs
parentddefb172f66bcd646dd0b75a7ea8360157dd2ba0 (diff)
downloadastro-81758f1c1e5cbe6827510e26c553790def05f25e.tar.gz
astro-81758f1c1e5cbe6827510e26c553790def05f25e.tar.zst
astro-81758f1c1e5cbe6827510e26c553790def05f25e.zip
[ci] format
Diffstat (limited to 'examples/blog/astro.config.mjs')
-rw-r--r--examples/blog/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/astro.config.mjs b/examples/blog/astro.config.mjs
index 39670fcbd..a6651a593 100644
--- a/examples/blog/astro.config.mjs
+++ b/examples/blog/astro.config.mjs
@@ -4,5 +4,5 @@ import preact from '@astrojs/preact';
// https://astro.build/config
export default defineConfig({
integrations: [preact()],
- site: `http://astro.build`
+ site: `http://astro.build`,
});