From ac1067a357313cf7b7621e060cb17e63854b81c5 Mon Sep 17 00:00:00 2001 From: John Wight Date: Mon, 24 Jul 2023 23:03:56 -0600 Subject: [PATCH] Update gatsby-config.js --- gatsby-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index f0f693d1c..174f60f45 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -54,8 +54,8 @@ module.exports = { path: 'guides', pages: [ { - title: 'JWT', - path: 'guides/jwt.md' + title: 'OAuth', + path: 'guides/oauth.md' }, { title: 'Migrating from 1.4',