-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
https://github.com/typst-jp/typst-jp.github.io/pull/177#issue-3104828554 より
scriptingのページに未翻訳の英文が残っていたため追加翻訳を行いました。ただ、翻訳した箇所の「剰余」および「calc」の部分のリンクが正しく機能しておらず、プレビューを行った際にはトップページに飛ばされてしまったため修正案を教えていただけるとありがたいです。(翻訳前の時点でもクリックすると404が表示されていましたが...)
状況の調査
公開済みページの剰余へのリンク
- 本家はアクセス可:https://typst.app/docs/reference/foundations/calc/#functions-rem-euclid
- 翻訳はアクセス不可?:https://typst-jp.github.io/docs/reference/foundations/calc/#functions-rem-euclid
公開済みページのcalcへのリンク
- 本家はアクセス可:https://typst.app/docs/reference/foundations/calc/
- 翻訳はアクセス不可?:https://typst-jp.github.io/docs/reference/foundations/calc/
- 翻訳も最後のスラッシュを取り除けばアクセス可:https://typst-jp.github.io/docs/reference/foundations/calc
同ページの"カスタム名前付き関数"はアクセス可能でした。
mise run devでは遷移できました。
- http://localhost:5173/docs/reference/foundations/calc
- http://localhost:5173/docs/reference/foundations/calc#functions-rem-euclid
mise run previewでは遷移できませんでした。
- http://localhost:4173/docs/reference/foundations/calc
- http://localhost:4173/docs/reference/foundations/calc#functions-rem-euclid
以上のリンクからはアクセスできますが、http://localhost:4173/docs/reference/scripting/#operators のページにあるリンクをクリックすると、いずれも http://localhost:4173/docs/ に飛ばされます。
追加情報などありましたら、コメントよろしくお願いいたします。
原因と対応に心当たりはありますか?
3w36zj6
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working