diff options
author | 2022-06-14 15:26:18 -0500 | |
---|---|---|
committer | 2022-06-14 15:26:18 -0500 | |
commit | d1f3406d85aea6e121f20d1d054140f05aea4424 (patch) | |
tree | dc71b8773a4ab163244f65ad30116225624a157c | |
parent | d32f6723a0aecfc9e4cd6e5b9d84039e84e811ab (diff) | |
download | astro-d1f3406d85aea6e121f20d1d054140f05aea4424.tar.gz astro-d1f3406d85aea6e121f20d1d054140f05aea4424.tar.zst astro-d1f3406d85aea6e121f20d1d054140f05aea4424.zip |
chore: add changeset
Diffstat (limited to '')
-rw-r--r-- | .changeset/cyan-garlics-flow.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/cyan-garlics-flow.md b/.changeset/cyan-garlics-flow.md new file mode 100644 index 000000000..a7411800f --- /dev/null +++ b/.changeset/cyan-garlics-flow.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Add support for the `injectRoute` hook proposed in [RFC0023](https://github.com/withastro/rfcs/blob/main/proposals/0023-inject-route.md). Feature documentation is available in [#704](https://github.com/withastro/docs/pull/704) |