We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tutorial/2-pages/1.mdx
1 parent 01afb83 commit 2d2a2e4Copy full SHA for 2d2a2e4
1 file changed
src/content/docs/ja/tutorial/2-pages/1.mdx
@@ -106,7 +106,7 @@ HTMLコンテンツを編集して、このページをあなたについての
106
これで、お互いにリンクする3つのページをもつウェブサイトができました。ブログページにコンテンツを追加しましょう。
107
108
`blog.astro`のページコンテンツを以下のように変更します。
109
-```astro astro title="src/pages/blog.astro" ins={7-8} del={6}
+```astro title="src/pages/blog.astro" ins={7-8} del={6}
110
<body>
111
<a href="/">ホーム</a>
112
<a href="/about/">概要</a>
0 commit comments