Skip to content

Commit ddb592a

Browse files
committed
fix: 404 を修正
1 parent cb78f37 commit ddb592a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pages/404.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Image } from 'astro:assets';
88
<div class="container">
99
<div>
1010
<h1>404 Not Found!!</h1>
11-
<p>部室は 14号館1階 へ引越しました</p>
11+
<p>部室は 4号館1階 へ引越しました</p>
1212
<a href="/" class="link">トップへ</a>
1313
</div>
1414
<Image src={notfoundImage} alt="旧部室" />

0 commit comments

Comments
 (0)