mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help: Make canonical URL for the root to be /help/.
We also make sure that /help/ is accessible when using the dev server. We add vite as a dependency. v7 of vite is the latest version but using that causes type problems for PluginOptions since astro uses vite v6. Therefore we pin vite to v6 for now. This commit also runs `pnpm dedupe` for `tinyglobby` pinning it to 0.2.15 instead of the previous 0.2.14 in the lockfile.
This commit is contained in:
committed by
Tim Abbott
parent
72e3b94855
commit
9fa09f8f87
@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 427
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (351, 1) # bumped 2025-10-02 to add PyICU
|
||||
PROVISION_VERSION = (351, 2) # bumped 2025-10-01 to add vite to starlight_help
|
||||
|
Reference in New Issue
Block a user