Skip to content

Commit 5baebea

Browse files
authored
update typo
1 parent c987b42 commit 5baebea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pages/archive.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
import Layout from "../layout.astro";
33
44
import { Image } from "astro:assets";
5-
import twentythree from "../img/2024/archive/1.webp";
6-
import twentytwo from "../img/2024/archive/2022.jpg";
7-
import twentyone from "../img/2024/archive/2021.jpg";
8-
import twentytwenty from "../img/2024/archive/2020.png";
9-
import twentynighteen from "../img/2024/archive/2019.jpg";
10-
import twentyeighteen from "../img/2024/archive/2018.jpg";
11-
import twentyseventeen from "../img/2024/archive/2017.jpg";
5+
import twentythree from "../img/archive/1.webp";
6+
import twentytwo from "../img/archive/2022.jpg";
7+
import twentyone from "../img/archive/2021.jpg";
8+
import twentytwenty from "../img/archive/2020.png";
9+
import twentynighteen from "../img/archive/2019.jpg";
10+
import twentyeighteen from "../img/archive/2018.jpg";
11+
import twentyseventeen from "../img/archive/2017.jpg";
1212
1313
const events = [
1414
{

0 commit comments

Comments
 (0)