diff --git a/config.toml b/config.toml index 824a6b4..a8a0dc0 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'http://example.org/' +baseURL = 'https://krezzlu.gitlab.io/blog' languageCode = 'en-us' title = "Kristian's Blog" diff --git a/flake.nix b/flake.nix index 1ba70bc..c3939f6 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ ''; installPhase = '' - cp -r public $out + cp -r public/. $out ''; };