We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1bbd3 commit 218ae78Copy full SHA for 218ae78
src/app/(public)/repos/page.tsx
@@ -79,7 +79,7 @@ async function getRepos(
79
const session = await auth();
80
const {
81
p: page = '1',
82
- s: sort = 'updated',
+ s: sort = '',
83
o: order = 'desc',
84
q: searchQuery = '',
85
startStars = '1',
0 commit comments