diff --git a/netlify.toml b/netlify.toml index 59980f88c..b5f12512b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,7 @@ command = ". ./build.sh $REPO_NAME $PARSER_VERSION" [build.environment] ORG_NAME = "10gen" -REPO_NAME = "cloud-docs" +REPO_NAME = "docs" BRANCH_NAME = "main" -SITE_NAME = "atlas" +SITE_NAME = "manual" PARSER_VERSION = "v0.20.18" diff --git a/plugins/gatsby-source-snooty-prod/gatsby-node.js b/plugins/gatsby-source-snooty-prod/gatsby-node.js index 198412061..f6d3cbf29 100644 --- a/plugins/gatsby-source-snooty-prod/gatsby-node.js +++ b/plugins/gatsby-source-snooty-prod/gatsby-node.js @@ -420,7 +420,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => { component: path.resolve(__dirname, mainComponentRelativePath), context: { page_id: page.page_id, - slug, + slug: slug.toLowerCase(), repoBranches, template: pageNodes?.options?.template, },