You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Explore ranks based on stars, followers, contributions, and more. Dive into dynamic leaderboards and find out how you measure up against developers worldwide.',
9
9
};
10
10
11
-
exportconstrevalidate=10800;
12
-
exportconstdynamicParams=true;
13
-
14
11
exportasyncfunctiongenerateStaticParams(){
15
12
constpage='1';
16
13
return[
@@ -20,7 +17,7 @@ export async function generateStaticParams() {
20
17
];
21
18
}
22
19
23
-
exportdefaultfunctionRootLayout({ children }: Readonly<{children: React.ReactNode}>){
20
+
exportdefaultfunctionRankingListLayout({ children }: Readonly<{children: React.ReactNode}>){
'Explore ranks based on stars, followers, contributions, and more. Dive into dynamic leaderboards and find out how you measure up against developers worldwide.',
20
19
};
21
20
22
-
exportdefaultfunctionRootLayout({
23
-
children,
24
-
}: Readonly<{
25
-
children: React.ReactNode;
26
-
}>){
21
+
exportdefaultfunctionRootLayout({ children }: Readonly<{children: React.ReactNode}>){
0 commit comments