From d02ed8241464c7892a6f2e2895ceba8897c5ae84 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 12 Nov 2024 16:28:19 +0800 Subject: [PATCH] docs/website: update base URL settings To set certain assets right such as the SVG icons. --- docs/website/config/_default/config.toml | 2 +- docs/website/config/_default/markup.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/website/config/_default/config.toml b/docs/website/config/_default/config.toml index 784dab7..db44522 100644 --- a/docs/website/config/_default/config.toml +++ b/docs/website/config/_default/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://foo-dogsquared.github.io/wrapper-manager-fds' +baseURL = 'https://foo-dogsquared.github.io/nix-module-wrapper-manager-fds' defaultContentLanguage = 'en' title = "wrapper-manager-fds" timeZone = "UTC" diff --git a/docs/website/config/_default/markup.toml b/docs/website/config/_default/markup.toml index b562157..d7d7586 100644 --- a/docs/website/config/_default/markup.toml +++ b/docs/website/config/_default/markup.toml @@ -19,9 +19,9 @@ reproducible = true stem = "latexmath" env-hugo = true -avatarsdir = "/wrapper-manager-fds/icons/avatars" +avatarsdir = "/nix-module-wrapper-manager-fds/icons/avatars" avatarstype = "svg" icons = "image" -iconsdir = "/wrapper-manager-fds/icons/asciidoctor" +iconsdir = "/nix-module-wrapper-manager-fds/icons/asciidoctor" icontype = "svg"