summaryrefslogtreecommitdiff
path: root/examples/blog-multiple-authors/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-multiple-authors/astro.config.mjs
parentddefb172f66bcd646dd0b75a7ea8360157dd2ba0 (diff)
downloadastro-81758f1c1e5cbe6827510e26c553790def05f25e.tar.gz
astro-81758f1c1e5cbe6827510e26c553790def05f25e.tar.zst
astro-81758f1c1e5cbe6827510e26c553790def05f25e.zip
[ci] format
Diffstat (limited to 'examples/blog-multiple-authors/astro.config.mjs')
-rw-r--r--examples/blog-multiple-authors/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog-multiple-authors/astro.config.mjs b/examples/blog-multiple-authors/astro.config.mjs
index 2b6a0fe14..44cff71d3 100644
--- a/examples/blog-multiple-authors/astro.config.mjs
+++ b/examples/blog-multiple-authors/astro.config.mjs
@@ -5,5 +5,5 @@ import preact from '@astrojs/preact';
export default defineConfig({
// Enable the Preact integration to support Preact JSX components.
integrations: [preact()],
- site: `http://astro.build`
+ site: `http://astro.build`,
});