Skip to content

Commit 0c34c4c

Browse files
committed
feat: implement custom loader for Git data in VitePress theme
1 parent 47975a2 commit 0c34c4c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/nimiq-vitepress-theme/src/layout/PageContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
import { useData, useRoute } from 'vitepress'
55
import type { NimiqVitepressThemeConfig } from '../types';
6-
import { data } from '../git.data'
6+
import { data } from '../lib/git.data'
77
import { ref, computed, onMounted, watch } from 'vue'
88
import { useTimeAgo } from '@vueuse/core';
99
import { useOutline } from '../composables/useOutline'

0 commit comments

Comments
 (0)