Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed Dec 8, 2023
1 parent ec85404 commit 3a6ce21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ const config = {
favicon: "img/favicon.ico",

// Set the production url of your site here
url: "https://your-docusaurus-site.example.com",
url: "https://subhadipbhowmik.github.io/",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
baseUrl: "/30-Days-Of-CPP",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "facebook", // Usually your GitHub org/user name.
projectName: "docusaurus", // Usually your repo name.

organizationName: "subhadipbhowmik", // Usually your GitHub org/user name.
projectName: "30-Days-Of-CPP", // Usually your repo name.
trailingSlash: false,
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",

Expand Down

0 comments on commit 3a6ce21

Please sign in to comment.