diff options
author | 2021-07-27 12:32:18 -0400 | |
---|---|---|
committer | 2021-07-27 12:32:18 -0400 | |
commit | 918e3831f5078e79c288c81d04481186dfefeec0 (patch) | |
tree | f46b743884e6f39385aaad9412bf0fb7407d0df5 /www/src/config.ts | |
parent | 365f3bd230cb4633b63a44d14fcf897512c7864b (diff) | |
download | astro-918e3831f5078e79c288c81d04481186dfefeec0.tar.gz astro-918e3831f5078e79c288c81d04481186dfefeec0.tar.zst astro-918e3831f5078e79c288c81d04481186dfefeec0.zip |
Add a release post on Astro 0.18 (#869)
* Add a release post on Astro 0.18
* Add a better description
* Add links to the post
* More attention grabbing intro
* Add additional links in the post
* Update www/src/pages/blog/astro-018.astro
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
* try using responsive images to improve lighthouse
* Adds an overview section in the intro
* freds edits
* Update a couple of images and minor edits
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | www/src/config.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/src/config.ts b/www/src/config.ts index 6b6ce3fdc..32fafac7a 100644 --- a/www/src/config.ts +++ b/www/src/config.ts @@ -7,3 +7,8 @@ export const sidebar = [ ], }, ]; + +export const mediaQueries = { + mobile: '(max-width: 600px)', + desktop: '(min-width: 601px)' +}
\ No newline at end of file |