Fix/doc drap - #1239
Merged
Merged
Conversation
VitePress 相对链接按源文件解析,Astro(build format:file,URL 无尾斜杠) 按当前 URL 解析,导致 index/跨目录链接丢段 404。修复策略: - 兄弟/同目录链接用相对路径(三语言通用,不写死 locale) - index/跨目录链接用绝对路径(带 locale 前缀) - 顺带修拼写/文件名错(subsciption→subscription、下划线→连字符、.md 后缀) 涉及页面(三语言):legal、quote/subscribe/overview、style-guide、 account/overview、market/trade-days、market/trade-session、screener、 socket/control-command Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
build format:file 下 Astro.url pathname 带 .html,经 TopNav 传入 LanguageSwitcher 后,切换语言生成的链接带 .html(资源 404)。 在 buildUrl 里 strip .html 兜底。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.