Skip to content

Commit

Permalink
Increse number of related post count
Browse files Browse the repository at this point in the history
  • Loading branch information
sora32127 committed Apr 23, 2024
1 parent d11a052 commit b94b1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_layout.archives.$postId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export async function loader({ request }:LoaderFunctionArgs){
const { data, error } = await supabase.rpc("search_similar_content", {
query_post_id: Number(postId),
match_threshold: 0,
match_count: 15,
match_count: 16,
});

let similarPosts = [];
Expand Down

0 comments on commit b94b1e8

Please sign in to comment.