Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
Signed-off-by: 0xbentobyte <[email protected]>
  • Loading branch information
0xbentobyte authored Sep 14, 2024
1 parent e15b6a1 commit 89546ce
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 @@ -6,16 +6,16 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "docu-notion sample site",
title: "docu-notion test",
tagline: "",
url: "https://sillsdev.github.io",
baseUrl: "/docu-notion-sample-site/",
url: "https://0xintuition.github.io",
baseUrl: "/docu-notion-test/",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",

organizationName: "sillsdev", // Usually your GitHub org/user name.
projectName: "docu-notion-sample-site", // Usually your repo name.
organizationName: "0xintuition", // Usually your GitHub org/user name.
projectName: "docu-notion-test", // Usually your repo name.
deploymentBranch: "gh-pages",

presets: [
Expand Down

0 comments on commit 89546ce

Please sign in to comment.