0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/.changeset
Chris Swithinbank a98df9374d
Show injected custom 404 route in dev (#6940)
* Add unit test for injected 404 routes

* Add fixture test for injected 404 routes

* Use any route pattern to find custom 404

* Fix frozen lockfile error

* Use `route` instead of `pattern` to match custom 404

Dynamic catch-all routes can match against `/404/` but will then error because they’re not actually designed to handle a param of `'404'`. Testing `route` instead excludes dynamic routes (because they’ll contain dynamic segments inside square brackets). Not sure if someone might _want_ to render the 404 via a dynamic route, but we already don’t support that, so this doesn’t change anything.

* Fix injected 404 fixture

* Add tests for `src/pages/404.html`

* Add changeset

* Fix lockfile

* And again
2023-05-01 10:37:07 -04:00
..
config.json Fix changeset publish (#6923) 2023-04-27 22:55:48 +08:00
many-fans-reply.md Configure redoc to be noExternal (#6933) 2023-05-01 09:31:44 -04:00
ninety-snails-study.md Show injected custom 404 route in dev (#6940) 2023-05-01 10:37:07 -04:00
polite-pears-kneel.md Upgrade undici to v5.22.0 (#6929) 2023-04-28 21:13:49 +08:00
README.md Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
silent-years-burn.md Catch errors that occur within the stream in the Node adapter (#6935) 2023-05-01 10:08:18 -04:00
tall-news-hang.md feat(image): Update image service config to allow passing settings to the service (#6848) 2023-04-27 18:16:40 +02:00
tidy-singers-thank.md Add missing code language in Cloudflare README (#6925) 2023-04-28 14:37:26 +08:00
wise-steaks-wash.md Update dependencies to remove peer dep warnings (#6930) 2023-04-28 21:21:47 +08:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation