summaryrefslogtreecommitdiff
path: root/examples/docs/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/docs/astro.config.mjs
parentddefb172f66bcd646dd0b75a7ea8360157dd2ba0 (diff)
downloadastro-81758f1c1e5cbe6827510e26c553790def05f25e.tar.gz
astro-81758f1c1e5cbe6827510e26c553790def05f25e.tar.zst
astro-81758f1c1e5cbe6827510e26c553790def05f25e.zip
[ci] format
Diffstat (limited to 'examples/docs/astro.config.mjs')
-rw-r--r--examples/docs/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/astro.config.mjs b/examples/docs/astro.config.mjs
index da05d8c36..55692c546 100644
--- a/examples/docs/astro.config.mjs
+++ b/examples/docs/astro.config.mjs
@@ -10,5 +10,5 @@ export default defineConfig({
// Enable React for the Algolia search component.
react(),
],
- site: `http://astro.build`
+ site: `http://astro.build`,
});