diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index c04d669..4cd1ca4 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -8,10 +8,10 @@ export default defineConfig({ title: 'QMK WSL', description: 'A pre-configured WSL distro for working with the QMK CLI', - head: [['link', { rel: 'icon', href: '/logo.png' }]], + head: [['link', { rel: 'icon', href: '/logo.svg' }]], themeConfig: { - logo: '/logo.png', + logo: '/logo.svg', sidebar: [ { text: 'Getting Started', link: '/guide' }, { text: 'Frequently Asked Questions', link: '/faq' }, diff --git a/docs/index.md b/docs/index.md index 07f4a4e..3afc734 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ hero: name: QMK WSL tagline: A pre-configured WSL distro for working with the QMK CLI image: - src: /logo.png + src: /logo.svg actions: - theme: brand text: Get Started → diff --git a/docs/public/logo.png b/docs/public/logo.png deleted file mode 100644 index 78d4c2d..0000000 Binary files a/docs/public/logo.png and /dev/null differ diff --git a/docs/public/logo.svg b/docs/public/logo.svg new file mode 100644 index 0000000..0d79060 --- /dev/null +++ b/docs/public/logo.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/installer/icon.ico b/installer/icon.ico index 7d94eed..94c1ecd 100644 Binary files a/installer/icon.ico and b/installer/icon.ico differ