From 6a3bd2c3c7166d082a3f2995b960d97bc8704ef1 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Thu, 17 Aug 2023 18:55:29 +0200 Subject: [PATCH] added base url --- config.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ''; };