We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239bdd3 commit 93dc28bCopy full SHA for 93dc28b
1 file changed
docs/.vitepress/config.js
@@ -3,7 +3,7 @@ export default {
3
title: 'SkLibrary',
4
ignoreDeadLinks: true,
5
head: [
6
- ['link', { rel: 'icon', href: `assets/logo.png` }]
+ ['link', { rel: 'icon', href: `https://raw.githubusercontent.com/SkriptLibrary/SkWebsite/e68cb2abc761caa52a9a9b35202e84019dde04c1/docs/assets/logo.png` }]
7
],
8
description: 'Documentation for SkLibrary',
9
themeConfig: {
0 commit comments