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.
2 parents cbc58b4 + 815d34e commit 09d7eb7Copy full SHA for 09d7eb7
doc/gatsby-config.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
+ pathPrefix: '/react-lite-ui',
3
siteMetadata: {
4
title: 'React Lite UI',
5
},
doc/package.json
@@ -21,7 +21,7 @@
21
],
22
"license": "MIT",
23
"scripts": {
24
- "build": "gatsby build",
+ "build": "gatsby build --prefix-paths",
25
"develop": "gatsby develop",
26
"serve": "rm -rf ./cache && rm -rf ./public && gatsby build && gatsby serve",
27
"format": "prettier --write '**/*.js'",
0 commit comments