We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f89ce9 commit 1d56eadCopy full SHA for 1d56ead
scripts/build-docs.mts
@@ -142,6 +142,7 @@ async function build_tutor_docs() {
142
143
if (for_docs) {
144
content = content.replaceAll("resource://glide-docs/", "../");
145
+ content = content.replaceAll("chrome://branding/content/about-logo.png", "../logo.png");
146
}
147
148
// highlight code blocks
0 commit comments