mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
a98df9374d
* 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 |
||
---|---|---|
.. | ||
config.json | ||
many-fans-reply.md | ||
ninety-snails-study.md | ||
polite-pears-kneel.md | ||
README.md | ||
silent-years-burn.md | ||
tall-news-hang.md | ||
tidy-singers-thank.md | ||
wise-steaks-wash.md |
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