Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ee3184

Browse filesBrowse files
committed
chore: clean-up
1 parent 49975ea commit 1ee3184
Copy full SHA for 1ee3184

File tree

2 files changed

+2
-3
lines changed
Filter options

2 files changed

+2
-3
lines changed

‎packages/docs/gatsby-config.mjs

Copy file name to clipboardExpand all lines: packages/docs/gatsby-config.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config = {
1717
image: ``, // Path to your image you placed in the `static` folder
1818
twitterUsername: `@coreui_io`,
1919
},
20-
pathPrefix: `react/docs/`,
20+
pathPrefix: `/react/docs/`,
2121
plugins: [
2222
`gatsby-plugin-image`,
2323
{

‎packages/docs/package.json

Copy file name to clipboardExpand all lines: packages/docs/package.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dist": "run-s api build",
2121
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
2222
"start": "gatsby develop",
23-
"serve": "gatsby serve",
23+
"serve": "gatsby serve --prefix-paths",
2424
"clean": "gatsby clean"
2525
},
2626
"dependencies": {
@@ -40,7 +40,6 @@
4040
"gatsby-plugin-image": "^3.14.0",
4141
"gatsby-plugin-manifest": "^5.14.0",
4242
"gatsby-plugin-mdx": "^5.14.0",
43-
"gatsby-plugin-offline": "^6.14.0",
4443
"gatsby-plugin-sass": "^6.14.0",
4544
"gatsby-plugin-sharp": "^5.14.0",
4645
"gatsby-plugin-sitemap": "^6.14.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.