diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e07d59518..13d00f02f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -27,7 +27,7 @@ jobs: connect-branch: portal-bridge advanced-tools-branch: advanced-tools environment: Cloudflare-Preview - public-url: "/${{ needs.branch-sha.outputs.value }}" + public-url: "${{ needs.branch-sha.outputs.value }}/" secrets: inherit needs: - branch-sha diff --git a/.github/workflows/testnet.yml b/.github/workflows/testnet.yml index 0d3693198..22547f9f8 100644 --- a/.github/workflows/testnet.yml +++ b/.github/workflows/testnet.yml @@ -27,7 +27,7 @@ jobs: connect-branch: portal-bridge advanced-tools-branch: advanced-tools environment: Cloudflare-Testnet - public-url: "/${{ needs.branch-sha.outputs.value }}" + public-url: "${{ needs.branch-sha.outputs.value }}/" secrets: inherit needs: - branch-sha diff --git a/apps/docs/docusaurus.config.js b/apps/docs/docusaurus.config.js index 606f63083..1e1290991 100644 --- a/apps/docs/docusaurus.config.js +++ b/apps/docs/docusaurus.config.js @@ -14,7 +14,7 @@ const config = { url: "https://www.portalbridge.com", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: process.env.PUBLIC_URL || "/docs", + baseUrl: process.env.PUBLIC_URL || "docs", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.