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 124bd83 commit ce965cfCopy full SHA for ce965cf
website/docusaurus.config.js
@@ -9,7 +9,7 @@ const config = {
9
title: "React Live",
10
tagline: "A flexible playground for live editing React components",
11
url: "https://formidable.com",
12
- baseUrl: "/",
+ baseUrl: "/open-source/react-live",
13
onBrokenLinks: "throw",
14
onBrokenMarkdownLinks: "warn",
15
favicon: "img/favicon.ico",
website/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"docusaurus": "docusaurus",
7
"start": "docusaurus start",
8
- "build": "docusaurus build",
+ "build": "docusaurus build --out-dir build/open-source/react-live",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
0 commit comments