From 9a7e98beded1fa3462bf19254080d2bf6148b9f7 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 17 Aug 2022 14:36:33 -0500 Subject: [PATCH] feat: update config (#17) --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6a9305407..dd236c1d0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -18,7 +18,7 @@ const config = { // If you aren't using GitHub pages, you don't need these. organizationName: 'sern-handler', // Usually your GitHub org/user name. projectName: 'website', // Usually your repo name. - deploymentBranch: 'master', + deploymentBranch: 'main', trailingSlash: false, // Even if you don't use internalization, you can use this field to set useful @@ -39,7 +39,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/sern-handler/website/edit/master/', + 'https://github.com/sern-handler/website/edit/main/', }, blog: { showReadingTime: true,