From bae759bbd4ab6d7fc4ac296ae4e33ee0a9fcbf69 Mon Sep 17 00:00:00 2001 From: artaud Date: Thu, 4 Jan 2024 09:53:47 +0100 Subject: [PATCH] Fix assets path --- _config.yml | 2 +- deploy.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3045b55..c6fc63f 100644 --- a/_config.yml +++ b/_config.yml @@ -54,7 +54,7 @@ asciidoctor: template_dir: _templates attributes: xrefstyle: full - imagesdir: assets/images + imagesdir: '{site-baseurl}/assets/images' iconsdir: '{imagesdir}/../icons' hardbreaks: true icons: '' diff --git a/deploy.yml b/deploy.yml index d7a1384..3e5b2b1 100644 --- a/deploy.yml +++ b/deploy.yml @@ -1,2 +1,3 @@ url: "https://sleep.urbandroid.org" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: '/docs' debug: false