Skip to content

Commit fb17986

Browse files
committed
update Docusaurus config with new site URL and project name
1 parent 65d50cf commit fb17986

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ const config: Config = {
1616

1717
// Set the production url of your site here
1818

19-
url: "https://rcls.rjv.im",
19+
url: "https://responsive-preview-react.locospec.com",
2020
// Set the /<baseUrl>/ pathname under which your site is served
2121
// For GitHub pages deployment, it is often '/<projectName>/'
2222
baseUrl: BASE_URL,
2323

2424
// GitHub pages deployment config.
2525
// If you aren't using GitHub pages, you don't need these.
2626
organizationName: "rjvim", // Usually your GitHub org/user name.
27-
projectName: "react-component-library-starter", // Usually your repo name.
27+
projectName: "responsive-preview-react", // Usually your repo name.
2828

2929
onBrokenLinks: "throw",
3030
onBrokenMarkdownLinks: "warn",

0 commit comments

Comments
 (0)