Skip to content

Commit 8ab6f7b

Browse files
committed
docusaurus config
1 parent 28cbdb2 commit 8ab6f7b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ const config: Config = {
1111
favicon: "img/logo.png",
1212

1313
// Set the production url of your site here
14-
url: "https://your-docusaurus-site.example.com",
14+
url: "https://fourcels.github.io",
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
17-
baseUrl: "/",
17+
baseUrl: "/react-image-upload/",
1818

1919
// GitHub pages deployment config.
2020
// If you aren't using GitHub pages, you don't need these.
21-
organizationName: "facebook", // Usually your GitHub org/user name.
22-
projectName: "docusaurus", // Usually your repo name.
21+
organizationName: "fourcels", // Usually your GitHub org/user name.
22+
projectName: "react-image-upload", // Usually your repo name.
2323

2424
onBrokenLinks: "throw",
2525
onBrokenMarkdownLinks: "warn",

0 commit comments

Comments
 (0)