We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1b123 commit 5e0f7f5Copy full SHA for 5e0f7f5
packages/docs/gatsby-config.js
@@ -7,11 +7,12 @@ module.exports = {
7
titleTemplate: `%s · React UI Components · CoreUI `,
8
description: `CoreUI for React.js is UI Component library written in TypeScript, and ready for your next React.js project.`,
9
author: `@coreui_io`,
10
- url: `https://coreui.io/react/docs/${pkg.config.version_short}/`,
11
- siteUrl: `https://coreui.io/react/docs/${pkg.config.version_short}/`,
+ url: `https://coreui.io/react/docs/`,
+ siteUrl: `https://coreui.io/react/docs/`,
12
image: ``, // Path to your image you placed in the `static` folder
13
twitterUsername: `@coreui_io`,
14
},
15
+ pathPrefix: `react/docs/`,
16
plugins: [
17
`gatsby-plugin-react-helmet`,
18
`gatsby-plugin-image`,
0 commit comments