Skip to content

Commit

Permalink
fix javascript type
Browse files Browse the repository at this point in the history
  • Loading branch information
Westley-Winks committed Jun 8, 2024
1 parent 585887e commit 3a71fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Header from "../components/Header.astro";
import ListEntry from "../components/ListEntry.astro";
import PostSideBar from "../components/PostSideBar.astro";
import Footer from "../components/Footer.astro";
import SITE_DESCRIPTION from "../consts";
import { SITE_DESCRIPTION } from "../consts";
import { getCollection } from "astro:content";
let posts = [];
Expand Down

0 comments on commit 3a71fb3

Please sign in to comment.