diff options
author | 2023-07-25 09:51:38 -0500 | |
---|---|---|
committer | 2023-07-25 09:51:38 -0500 | |
commit | 8e14621659e86b4970f2486f13d8c7384f5ff9d9 (patch) | |
tree | 26d90d70f01961367bfea9b93c632f73208464e8 /examples/blog/astro.config.mjs | |
parent | 0c1a26adc8ec9d6009dc9062cbe5165f88203d5f (diff) | |
download | astro-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.mjs | 2 |
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 |