added base url

This commit is contained in:
Kristian Krsnik 2023-08-17 18:55:29 +02:00
parent 25f633a2ea
commit 6a3bd2c3c7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
baseURL = 'http://example.org/' baseURL = 'https://krezzlu.gitlab.io/blog'
languageCode = 'en-us' languageCode = 'en-us'
title = "Kristian's Blog" title = "Kristian's Blog"

View File

@ -42,7 +42,7 @@
''; '';
installPhase = '' installPhase = ''
cp -r public $out cp -r public/. $out
''; '';
}; };