We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d50cf commit fb17986Copy full SHA for fb17986
1 file changed
apps/docs/docusaurus.config.ts
@@ -16,15 +16,15 @@ const config: Config = {
16
17
// Set the production url of your site here
18
19
- url: "https://rcls.rjv.im",
+ url: "https://responsive-preview-react.locospec.com",
20
// Set the /<baseUrl>/ pathname under which your site is served
21
// For GitHub pages deployment, it is often '/<projectName>/'
22
baseUrl: BASE_URL,
23
24
// GitHub pages deployment config.
25
// If you aren't using GitHub pages, you don't need these.
26
organizationName: "rjvim", // Usually your GitHub org/user name.
27
- projectName: "react-component-library-starter", // Usually your repo name.
+ projectName: "responsive-preview-react", // Usually your repo name.
28
29
onBrokenLinks: "throw",
30
onBrokenMarkdownLinks: "warn",
0 commit comments