From 3be54df55bbeb0bd7f4b021a9df92b8550c807c1 Mon Sep 17 00:00:00 2001 From: vinicvaz Date: Tue, 9 Apr 2024 11:45:23 -0300 Subject: [PATCH] undo --- .github/workflows/deploy.yml | 2 +- docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.