From d3a5591b5218bc6111d15e81053529599858caa8 Mon Sep 17 00:00:00 2001 From: Felipe Marcelino Date: Tue, 13 Aug 2024 14:24:21 -0300 Subject: [PATCH] remove cname --- .github/workflows/publish.yaml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }; };