Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Sep 14, 2023
1 parent ef3e6d5 commit 4bc3fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/astro/getAllPostsForSearch.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type CollectionEntry } from 'astro:content'
import { getAllPosts } from '.'
import { getAllPosts } from './index'

// helps to reduce DOM size

Expand Down

0 comments on commit 4bc3fad

Please sign in to comment.