diff options
author | 2021-07-27 16:33:24 +0000 | |
---|---|---|
committer | 2021-07-27 16:33:24 +0000 | |
commit | f91944368829e208bbd73f7675c4fdd90f87281b (patch) | |
tree | 36194117bf773dea7afa4dfd1a39a694efd605c7 /www/src/config.ts | |
parent | 918e3831f5078e79c288c81d04481186dfefeec0 (diff) | |
download | astro-f91944368829e208bbd73f7675c4fdd90f87281b.tar.gz astro-f91944368829e208bbd73f7675c4fdd90f87281b.tar.zst astro-f91944368829e208bbd73f7675c4fdd90f87281b.zip |
[ci] yarn format
Diffstat (limited to 'www/src/config.ts')
-rw-r--r-- | www/src/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/src/config.ts b/www/src/config.ts index 32fafac7a..969264302 100644 --- a/www/src/config.ts +++ b/www/src/config.ts @@ -10,5 +10,5 @@ export const sidebar = [ export const mediaQueries = { mobile: '(max-width: 600px)', - desktop: '(min-width: 601px)' -}
\ No newline at end of file + desktop: '(min-width: 601px)', +}; |