summaryrefslogtreecommitdiff
path: root/examples/blog/src
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-01-30 08:35:08 +0000
committerGravatar GitHub <noreply@github.com> 2024-01-30 08:35:08 +0000
commitbcc504dae03f9ceed1aa502b76cfa2c6d2fbbfc8 (patch)
tree98c0127753ab788483332ba8f0a1acfd89652936 /examples/blog/src
parent44c957f893c6bf5f5b7c78301de7b21c5975584d (diff)
downloadastro-bcc504dae03f9ceed1aa502b76cfa2c6d2fbbfc8.tar.gz
astro-bcc504dae03f9ceed1aa502b76cfa2c6d2fbbfc8.tar.zst
astro-bcc504dae03f9ceed1aa502b76cfa2c6d2fbbfc8.zip
chore: add rule `switch-exhaustiveness-check` (#9867)
* chore: add rule `switch-exhaustiveness-check` * apply feedback * routing is always defined
Diffstat (limited to 'examples/blog/src')
0 files changed, 0 insertions, 0 deletions
insberger <sarah@rainsberger.ca> * edit: such as, not like Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * edit: more Astro less probs Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * edit: reviewers React to Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * edit: tagz Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: add `default: 'article'` for document * edit: reword client-side instructions * edit: prism stylesheet got lost * fix: heading -> blockquote --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> 2023-05-30[ci] formatGravatar MoustaphaDev 1-1/+1 2023-05-30fix: prioritize dynamic prerendered routes over dynamic server routes (#7235)Gravatar Happydev 6-19/+361 * test: add unit tests * fix: prioritize prerendered routes * chore: fix test * add comment * test: try avoiding race condition * chore: changeset * try avoiding race conditions attempt #2 * try avoiding race conditions (attempt 3) * final fix hopefuly * tet: add more tests * sort conflicting dynamic routes aplhabetically * test: fix test 2023-05-30[ci] formatGravatar matthewp 1-5/+8 2023-05-30Bug 6672 (#7062)Gravatar wulinsheng123 10-0/+138 * fix miss a head when the templaterender has a promise * fix * add some test * test files move to md directory * fix add * delect file --------- Co-authored-by: wuls <linsheng.wu@beantechs.com>