diff options
author | 2022-07-21 17:48:45 +0000 | |
---|---|---|
committer | 2022-07-21 17:48:45 +0000 | |
commit | 81758f1c1e5cbe6827510e26c553790def05f25e (patch) | |
tree | aa546051b65612e65333b96ce0f2a45e70ed755c /examples/blog/astro.config.mjs | |
parent | ddefb172f66bcd646dd0b75a7ea8360157dd2ba0 (diff) | |
download | astro-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.mjs | 2 |
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`, }); |