summaryrefslogtreecommitdiff
path: root/examples/middleware (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-05feat: remove experimental flag middleware (#7109)Gravatar Emanuele Stoppa 1-1/+1
* fix: middleware for API endpoints * feat: remove experimental flag middleware * chore: rebase and update * chore: check if physical file exists * chore: restore change * merge * merge * fix: remove options, not needed * remove experimental from types * chore: don't have the middleware inside the manifest * Update how redirects work, slightly --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-05-30Fix out-of-date example dependencies (#7248)Gravatar Ben Holmes 1-2/+2
* revert changeset patch * deps: bump astro across examples * deps: bump @astrojs packages across examples * deps: bump @astrojs/markdoc
2023-05-05fix(middleware): emit warning if `next` is called and nothing is returned ↵Gravatar Emanuele Stoppa 3-31/+7
(#7010) * fix(middleware): emit warning if `next` is called and nothing is returned * chore: add test case * chore: changeset * chore: restore code, ooops! * chore: change logic * change namespace
2023-05-05Update template deps to latest (#7002)Gravatar Bjorn Lu 1-6/+2
2023-05-03feat(astro): experimental middleware (#6721)Gravatar Emanuele Stoppa 11-0/+432
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>