diff options
author | Chris Swithinbank | 2023-06-07 23:43:04 +0200 |
---|---|---|
committer | GitHub | 2023-06-07 23:43:04 +0200 |
commit | e3225214f99e358c13f6d44928206e33fb86a03a (patch) | |
tree | 60de7d3f70d9e6fee929b1b8ae9494c3318f4793 | |
parent | 6ab31b4900166f952c1ca5ec4e4a1ef66f31be97 (diff) | |
download | IT.starlight-e3225214f99e358c13f6d44928206e33fb86a03a.tar.gz IT.starlight-e3225214f99e358c13f6d44928206e33fb86a03a.tar.bz2 IT.starlight-e3225214f99e358c13f6d44928206e33fb86a03a.zip |
Fix changeset (#175)
Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
-rw-r--r-- | .changeset/giant-zoos-report.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/giant-zoos-report.md b/.changeset/giant-zoos-report.md new file mode 100644 index 00000000..0bd8e8e6 --- /dev/null +++ b/.changeset/giant-zoos-report.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Split `withBase` URL helper to fix use with files. |