feat(SW-200): Replaced Contentstack image with Imagevault image for metadata
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { serverClient } from "@/lib/trpc/server"
|
||||
|
||||
export async function generateMetadata() {
|
||||
const data = await serverClient().contentstack.metadata.get()
|
||||
|
||||
return data
|
||||
return await serverClient().contentstack.metadata.get()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user