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
description: "Learn more about the APIs.guru project and its contributors",
9
-
};
7
+
exportasyncfunctiongenerateMetadata(){
8
+
returngenerateSimpleMetadata({
9
+
title: "About APIs.guru",
10
+
description:
11
+
"Learn more about the APIs.guru project and its contributors. Discover how we maintain the largest repository of machine-readable API specifications.",
api.cardDescriptionPlain||"Explore this API in the API Directory.";
166
+
consttitle=`${api.info.title} API`;
167
+
constdescription=`Documentation and specification of the ${api.info.title} API. Explore endpoints, methods, and integration options to use ${api.info.title} in your applications.`;
: `Documentation and specification of the ${apis[0]?.title||providerName} API. Explore endpoints, methods, and integration options to use ${apis[0]?.title||providerName} in your applications.`;
96
+
97
+
returngenerateSimpleMetadata({
98
+
title,
99
+
description,
100
+
slug: `apis/${providerSlug}`,
101
+
});
102
+
}
74
103
exportdefaultasyncfunctionProviderPage({
75
104
params,
76
105
}: {
@@ -83,10 +112,7 @@ export default async function ProviderPage({
0 commit comments