summaryrefslogtreecommitdiff
path: root/examples/blog/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-09-30 09:58:20 -0400
committerGravatar GitHub <noreply@github.com> 2021-09-30 09:58:20 -0400
commit82672e5c47c7e671d890a1b858e4098a989fd82a (patch)
treed2cdcae2a3f0518b199a3342614ca105a1a727c9 /examples/blog/astro.config.mjs
parent472d308950d8490b1a4e36ae625e3d9ddf3e0009 (diff)
downloadastro-82672e5c47c7e671d890a1b858e4098a989fd82a.tar.gz
astro-82672e5c47c7e671d890a1b858e4098a989fd82a.tar.zst
astro-82672e5c47c7e671d890a1b858e4098a989fd82a.zip
Updated srcset checking (#1462)
* Updated srcset checking Improved functionality of `srcset` checking as original failed when URL contained a comma ( `,` ). Utilised function from [srcset-parse](https://github.com/molefrog/srcset-parse) as couldn't find a way to integrate the package. Added test to current assets test rather than create a separate one. * Use srcset-parse Co-authored-by: Coel May <82788995+coelmay@users.noreply.github.com>
Diffstat (limited to 'examples/blog/astro.config.mjs')
0 files changed, 0 insertions, 0 deletions
p;follow=1'>:mask: async_hooksGravatar Jarred Sumner 1-0/+4 2023-02-14[install] link network-delayed `.bin` scripts correctly (#2076)Gravatar Alex Lam S.L 3-16/+21 2023-02-14don't break esbuildGravatar Jarred Sumner 7-75/+50 2023-02-14Add workaround for `tls` and `worker_threads`Gravatar Jarred Sumner 3-1/+64 2023-02-14[install] improve `package.json` validation (#2074)Gravatar Alex Lam S.L 6-104/+342 2023-02-14[WIP] fix(node:fs): export `fs.ReadStream` and `fs.WriteStream` (#1798)Gravatar Derrick Farris 4-72/+326 2023-02-14Reject with error when invalid fetch() body (#2047)Gravatar Eric Zhang 2-12/+44 2023-02-13fix(FormData): make String explicit, thanks @dylan-conway (#2065)Gravatar Derrick Farris 1-1/+1 2023-02-13fix(FormData): add string literal operator (#2064)Gravatar Derrick Farris 1-2/+2 2023-02-13Add pretty printer for FormDataGravatar Jarred Sumner 5-1/+101 2023-02-13Add dynamic port assigning to Bun.serve (#2062)Gravatar MichaƂ Warda 3-5/+40 2023-02-13feat(napi): add `napi_get_value_bigint_words` (#2061)Gravatar Derrick Farris 3-0/+44 2023-02-13Fixes https://github.com/oven-sh/bun/issues/1456Gravatar Jarred Sumner 8-1/+148