Skip to content

Commit

Permalink
chore: use right import
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Nov 6, 2023
1 parent 009d051 commit 82dcbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/useBlogData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { useCallback, useMemo } from 'react';

import { usePathname } from '@/navigation.mjs';
import blogData from '@/public/blog-posts-data.json';
import { blogData } from '@/next.json.mjs';

export const useBlogData = () => {
const pathname = usePathname();
Expand Down

0 comments on commit 82dcbbe

Please sign in to comment.