Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Fetch SDK packages
run: yarn prepare
- name: Build
run: yarn build
run: yarn build --out-dir ./build/docs
# 👆 Build steps
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ const config: Config = {
tagline: "Easiest way to add video streaming to your React Native app",
favicon: "img/favicon.svg",
// Set the production url of your site here
url: "https://docs.fishjam.io/",
url: "https://documentation.fishjam.io/",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
baseUrl: "/docs",
trailingSlash: false,

// GitHub pages deployment config.
Expand Down
Loading