From c55be0f34c08eb1d4276b1ed8f3171d8ca755e82 Mon Sep 17 00:00:00 2001 From: Kevin Carroll Date: Thu, 8 Dec 2022 13:47:04 -0700 Subject: [PATCH] WIP, fix repo name in config file --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1bf04ee..85e8c49 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -17,8 +17,8 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'kevin-carroll', // Usually your GitHub org/user name. - projectName: 'kevin-carroll.github.io', // Usually your repo name. + organizationName: 'graphql-aspnet', // Usually your GitHub org/user name. + projectName: 'graphql-aspnet.github.io', // Usually your repo name. trailingSlash: false, // Even if you don't use internalization, you can use this field to set useful