Skip to content

Commit

Permalink
update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
icepcp authored Jan 19, 2025
1 parent c987b42 commit 5baebea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/archive.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
import Layout from "../layout.astro";
import { Image } from "astro:assets";
import twentythree from "../img/2024/archive/1.webp";
import twentytwo from "../img/2024/archive/2022.jpg";
import twentyone from "../img/2024/archive/2021.jpg";
import twentytwenty from "../img/2024/archive/2020.png";
import twentynighteen from "../img/2024/archive/2019.jpg";
import twentyeighteen from "../img/2024/archive/2018.jpg";
import twentyseventeen from "../img/2024/archive/2017.jpg";
import twentythree from "../img/archive/1.webp";
import twentytwo from "../img/archive/2022.jpg";
import twentyone from "../img/archive/2021.jpg";
import twentytwenty from "../img/archive/2020.png";
import twentynighteen from "../img/archive/2019.jpg";
import twentyeighteen from "../img/archive/2018.jpg";
import twentyseventeen from "../img/archive/2017.jpg";
const events = [
{
Expand Down

0 comments on commit 5baebea

Please sign in to comment.