diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fe07d07..ac50310 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,4 +21,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./result/ - cname: felipemarcelino.github.io + #cname: felipemarcelino.github.io diff --git a/flake.nix b/flake.nix index 84ceebc..86b90b1 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ } ]; # port = 8080; - baseUrl = "https://felipemarcelino.github.io/"; # Change to "/" (or remove it entirely) if using CNAME + baseUrl = "/emanote-template/"; # Change to "/" (or remove it entirely) if using CNAME # prettyUrls = true; }; };