From eff767219d03098f925b62dae4e5c84df29ac3f3 Mon Sep 17 00:00:00 2001 From: PiotrWodecki Date: Thu, 12 Feb 2026 17:14:30 +0100 Subject: [PATCH] Serve from /docs subpath --- .github/workflows/docs.yaml | 2 +- docusaurus.config.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 79c76808..53a60a2b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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 diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5b20e71e..09cd84de 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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 // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/", + baseUrl: "/docs", trailingSlash: false, // GitHub pages deployment config.