diff --git a/.github/workflows/listener.yml b/.github/workflows/listener.yml index 0565176ce..921eafeaa 100644 --- a/.github/workflows/listener.yml +++ b/.github/workflows/listener.yml @@ -51,7 +51,7 @@ jobs: issue_number: ${{ github.event.client_payload.prNumber }}, owner: 'Bandwidth', repo: '${{ github.event.client_payload.originRepo }}', - body: 'Preview site: http://{{ env.BRANCH_NAME }}.staging-dev.bandwidth.com/\nPlease note that it may take a couple minutes for your preview site to become available.\n\nSee the corresponding PR opened on the docsite repository (no action required):\nhttps://github.com/Bandwidth/api-docs/pull/${{ env.PR_NUMBER }}' + body: 'Preview site: http://${{ env.BRANCH_NAME }}.staging-dev.bandwidth.com/\nPlease note that it may take a couple minutes for your preview site to become available.\n\nSee the corresponding PR opened on the docsite repository (no action required):\nhttps://github.com/Bandwidth/api-docs/pull/${{ env.PR_NUMBER }}' }) merge: diff --git a/site/docusaurus.config.js b/site/docusaurus.config.js index f9a3feb89..e21a88680 100644 --- a/site/docusaurus.config.js +++ b/site/docusaurus.config.js @@ -31,7 +31,7 @@ module.exports = { onBrokenLinks: 'warn', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico', - trailingSlash: false, + trailingSlash: undefined, organizationName: 'bandwidth', projectName: 'api-docs', themeConfig: {