From 501511f0a460cf6ce1245a99148d9f0724cbb36b Mon Sep 17 00:00:00 2001 From: Felipe Marcelino Date: Tue, 13 Aug 2024 14:15:30 -0300 Subject: [PATCH] baseUrl --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4d963a7..84ceebc 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ } ]; # port = 8080; - baseUrl = ""; # Change to "/" (or remove it entirely) if using CNAME + baseUrl = "https://felipemarcelino.github.io/"; # Change to "/" (or remove it entirely) if using CNAME # prettyUrls = true; }; };