summaryrefslogtreecommitdiff
path: root/examples/blog/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar doodlemarks <doodlemarks@users.noreply.github.com> 2023-07-25 14:54:12 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-07-25 14:54:12 +0000
commitec40c8ccbe40f84b834f21915cbf1e6bb470346e (patch)
treee7ec3856ac5772687a4ccc42b3d497f90a58ba24 /examples/blog/astro.config.mjs
parent8e14621659e86b4970f2486f13d8c7384f5ff9d9 (diff)
downloadastro-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.mjs2
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
+});