diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8447ad5..89bffad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,4 +29,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # Build output to publish to the `gh-pages` branch: publish_dir: ./build - #cname: domino-workflows.io \ No newline at end of file + cname: domino-workflows.io \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index c871bea..a626944 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,7 +14,7 @@ const config = { url: 'https://tauffer-consulting.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/domino-docs/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.