From 2fa0c8832c753ad474f0751591235d50ed8603e6 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:57:50 -0400 Subject: [PATCH] docs(gh-pages): fix image assets --- gh-pages-template/_config.yml | 2 +- gh-pages-template/index.html | 2 +- gh-pages-template/virtual-hid-driver.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gh-pages-template/_config.yml b/gh-pages-template/_config.yml index 0869c47..4969f38 100644 --- a/gh-pages-template/_config.yml +++ b/gh-pages-template/_config.yml @@ -1,4 +1,4 @@ --- # See https://github.com/LizardByte/beautiful-jekyll-next/blob/master/_config.yml for documented options -avatar: "/libvirtualhid/assets/img/navbar-avatar.png" +avatar: "/assets/img/navbar-avatar.png" diff --git a/gh-pages-template/index.html b/gh-pages-template/index.html index 93328fc..dd4c3aa 100644 --- a/gh-pages-template/index.html +++ b/gh-pages-template/index.html @@ -7,7 +7,7 @@ - donate.html - support.html cover-img: - - /libvirtualhid/assets/img/banners/libvirtualhid.jpeg + - /assets/img/banners/libvirtualhid.jpeg --- diff --git a/gh-pages-template/virtual-hid-driver.html b/gh-pages-template/virtual-hid-driver.html index 27da915..24ba677 100644 --- a/gh-pages-template/virtual-hid-driver.html +++ b/gh-pages-template/virtual-hid-driver.html @@ -7,7 +7,7 @@ - donate.html - support.html cover-img: - - /libvirtualhid/assets/img/banners/libvirtualhid.jpeg + - /assets/img/banners/libvirtualhid.jpeg ---