Skip to content

Commit

Permalink
feat: Maybe this...?
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Apr 12, 2024
1 parent 39a69ad commit b7cf798
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
2 changes: 1 addition & 1 deletion components/BlogList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<script setup lang="ts">
import { ref, computed } from "vue";
import { data as posts } from "./posts.data";
import { data as posts } from "../../../pages/.vitepress/theme/posts.data";
const selectedTag = ref(null);
Expand Down
41 changes: 0 additions & 41 deletions components/posts.data.ts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aplos",
"version": "1.2.4",
"version": "1.2.5",
"description": "The Aplos VitePress theme",
"main": "index.ts",
"keywords": [
Expand Down

0 comments on commit b7cf798

Please sign in to comment.