Skip to content

Commit

Permalink
change a 404 image
Browse files Browse the repository at this point in the history
  • Loading branch information
oka4shi committed Dec 4, 2023
1 parent 6cbdebc commit 8831ade
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed src/assets/sopotan5.png
Binary file not shown.
Binary file added src/assets/sopotan_404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Image } from "astro:assets";
import ContentLayout from "src/layouts/ContentLayout.astro";
import Container from "src/components/Container.astro";
import sopotan from "src/assets/sopotan5.png";
import sopotan from "src/assets/sopotan_404.png";
---

<ContentLayout pageName={(locale) => t("404.見出し", locale)}>
Expand Down

0 comments on commit 8831ade

Please sign in to comment.