From d9c391811f984c6da92ee481d9855bcd0544148b Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sat, 6 Dec 2025 15:03:15 +0100 Subject: [PATCH] fix: Update logo URLs in rspress.config.ts Currently the logo isn't displayed on any documentation pages (docs subfolder, anything underneath https://extension.js.org/docs/), as the reference is not correctly to the root. Due to different structure, development on localhost, etc. changing it to a different path might not be the best idea. If you'd like to prevent that absolute path, hosting these two assets in this repository as well instead of crossreferencing them might be an even more resilient approach. --- rspress.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rspress.config.ts b/rspress.config.ts index c7eb9c8..cfd3256 100644 --- a/rspress.config.ts +++ b/rspress.config.ts @@ -20,8 +20,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= title: "Extension.js", lang: "en", logo: { - light: "logo-light.png", - dark: "logo-dark.png", + light: "https://extension.js.org/logo-light.png", + dark: "https://extension.js.org/logo-dark.png", }, icon: "https://avatars.githubusercontent.com/u/172809806", markdown: {