Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 26cfa94

Browse files
committed
Translate docs/path-prefix
2 parents 551dc41 + 1a7614d commit 26cfa94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/path-prefix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ export default function Index() {
6767
<Layout>
6868
{/* 注意: 以下のコードは現実的な例ではありませんが、考え方としてはわかるはずです。 */}
6969
{/* highlight-next-line */}
70-
<button onClick={() => navigate("/page-2")}>Page 2 へ動的に移動</button>
70+
<button onClick={() => navigate("/page-2")}>
71+
Page 2 へ動的に移動
72+
</button>
7173
</Layout>
7274
)
7375
}

0 commit comments

Comments
 (0)