diff options
author | 2023-07-25 14:54:12 +0000 | |
---|---|---|
committer | 2023-07-25 14:54:12 +0000 | |
commit | ec40c8ccbe40f84b834f21915cbf1e6bb470346e (patch) | |
tree | e7ec3856ac5772687a4ccc42b3d497f90a58ba24 /examples/blog/astro.config.mjs | |
parent | 8e14621659e86b4970f2486f13d8c7384f5ff9d9 (diff) | |
download | astro-ec40c8ccbe40f84b834f21915cbf1e6bb470346e.tar.gz astro-ec40c8ccbe40f84b834f21915cbf1e6bb470346e.tar.zst astro-ec40c8ccbe40f84b834f21915cbf1e6bb470346e.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 40e75a89e..3b2f75c84 100644 --- a/examples/blog/astro.config.mjs +++ b/examples/blog/astro.config.mjs @@ -7,4 +7,4 @@ import sitemap from '@astrojs/sitemap'; export default defineConfig({ site: 'https://example.com', integrations: [mdx(), sitemap()], -});
\ No newline at end of file +}); |