We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ec345 commit ebf35abCopy full SHA for ebf35ab
src/app/layout.tsx
@@ -36,7 +36,7 @@ export const generateMetadata = defineMetadata(async (_, getData) => {
36
aggregationData = fetchedData
37
const { seo, url, user } = fetchedData
38
39
- const config = getAppConfig()
+ const config = await getAppConfig()
40
41
return {
42
metadataBase: new URL(url.webUrl),
0 commit comments