Skip to content

Commit

Permalink
Update BaseLayout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitLib authored Sep 23, 2024
1 parent b5f67d2 commit f54d3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import TopButton from "../components/TopButton";
import Pointer from "../components/Pointer";
const { title } = Astro.props;
const posts = await Astro.glob("../pages/posts/*mdx");
const posts = await Astro.glob("../pages/posts/*.mdx");
import "../styles/global.css";
---
Expand Down

0 comments on commit f54d3e8

Please sign in to comment.