summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Ben Holmes <hey@bholmes.dev> 2022-03-15 19:32:39 -0400
committerGravatar GitHub <noreply@github.com> 2022-03-15 19:32:39 -0400
commit79282163e229bfe332b1221be3099f751b05807b (patch)
tree22017dcf2d491040449be10241bda6afcc5caa0a /examples/framework-vue
parent8654e841fffae4e1c36985bbead73765b5f9fa16 (diff)
downloadastro-79282163e229bfe332b1221be3099f751b05807b.tar.gz
astro-79282163e229bfe332b1221be3099f751b05807b.tar.zst
astro-79282163e229bfe332b1221be3099f751b05807b.zip
fix: Svelte PostCSS config error (#2807)
* fix: Svelte PostCSS config error * chore: changeset
Diffstat (limited to 'examples/framework-vue')
0 files changed, 0 insertions, 0 deletions
atar.com/avatar/00688f51043d06a73ecdd71c723bc9b8?s=13&d=retro' width='13' height='13' alt='Gravatar' /> Ben Holmes 1-46/+85 * docs: all-new nodes documentation * edit: `.astro` ONLY Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * edit: `.` outside links, line break Co-authored-by: Sarah Rainsberger <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>