summaryrefslogtreecommitdiff
path: root/examples/blog-multiple-authors/astro.config.mjs
diff options
context:
space:
mode:
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`,
});