Skip to content

Commit

Permalink
Adding back Blog data
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex committed Dec 29, 2024
1 parent c738bff commit ddc0437
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vitepress/theme/layouts/Resources.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import BlogPostLink from "../components/Resources/BlogPostLink.vue";
const { Layout } = DefaultTheme;
const { frontmatter } = useData();
// import { data } from "/.vitepress/theme/lib/blog.data";
const data = []; // TODO Fix me
import { data } from "/.vitepress/theme/lib/blog.data";
import {
BeakerIcon,
DocumentCheckIcon,
Expand Down

0 comments on commit ddc0437

Please sign in to comment.