From 377febba391d60701629e0bda39ec2715edc8e86 Mon Sep 17 00:00:00 2001 From: Melissa Garcia Date: Fri, 6 Sep 2024 10:20:23 -0700 Subject: [PATCH] test arrow function --- gatsby-config.js | 2 +- src/pages/api-full/index.md | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index d0c97f3..31cc507 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -22,7 +22,7 @@ module.exports = { path: '/guides/' }, { - title: 'api full page', + title: 'api full page #324', path: '/api-full/' } ], diff --git a/src/pages/api-full/index.md b/src/pages/api-full/index.md index 6100e5c..3c1de31 100644 --- a/src/pages/api-full/index.md +++ b/src/pages/api-full/index.md @@ -3,11 +3,10 @@ layout: none --- ({ + console.log('Args 2:', req, rawOperation); return req; - } - " + })" /> \ No newline at end of file