summaryrefslogtreecommitdiff
path: root/examples/blog/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar Mark Peck <peck.mark@gmail.com> 2023-07-25 09:51:38 -0500
committerGravatar GitHub <noreply@github.com> 2023-07-25 09:51:38 -0500
commit8e14621659e86b4970f2486f13d8c7384f5ff9d9 (patch)
tree26d90d70f01961367bfea9b93c632f73208464e8 /examples/blog/astro.config.mjs
parent0c1a26adc8ec9d6009dc9062cbe5165f88203d5f (diff)
downloadastro-8e14621659e86b4970f2486f13d8c7384f5ff9d9.tar.gz
astro-8e14621659e86b4970f2486f13d8c7384f5ff9d9.tar.zst
astro-8e14621659e86b4970f2486f13d8c7384f5ff9d9.zip
Blog theme styling updates (#7768)
* whole lotta updates and including some new fonts * update placeholders * fix mobile first child * remove experimental stuff * adding accessible text to header icon links * preloading font files * i did dum things --------- Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
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 3b2f75c84..40e75a89e 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