From b006839e83a1c5f6a1aee6bbca31835045ec1b49 Mon Sep 17 00:00:00 2001 From: Lars Gyrup Brink Nielsen Date: Sat, 2 Oct 2021 22:05:34 +0200 Subject: [PATCH] chore: change base path --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 250eabf..e695216 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -1,7 +1,7 @@ const shadesOfPurpleTheme = require("prism-react-renderer/themes/shadesOfPurple"); const organizationName = "this-is-angular"; -const projectName = "ngrx-course"; +const projectName = "ngrx-essentials-course"; const title = "NgRx Essentials"; // With JSDoc @type annotations, IDEs can provide config autocompletion