diff --git a/netlify/functions/handleMetadata.js b/netlify/functions/handleMetadata.js index e89ada1..2d3d64e 100644 --- a/netlify/functions/handleMetadata.js +++ b/netlify/functions/handleMetadata.js @@ -104,7 +104,7 @@ export async function handler(event) { // Return the formatted response return { statusCode: 200, - body: fetchedContent, + body: JSON.stringify(fetchedContent), // body: JSON.stringify(fetchedContent), }; } catch (error) {