Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
title: 'QMK Firmware',
description: 'Open-source keyboard firmware for Atmel AVR and Arm USB families',

head: [['link', { rel: 'icon', href: '/logo.png' }]],
head: [['link', { rel: 'icon', href: '/logo.svg' }]],

themeConfig: {
logo: {
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hero:
name: QMK Firmware
tagline: Open-source keyboard firmware for Atmel AVR and Arm USB families
image:
src: /logo.png
src: /logo.svg
actions:
- theme: brand
text: Get Started →
Expand Down
2 changes: 2 additions & 0 deletions src/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/toolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: home
hero:
name: QMK Toolbox
tagline: A collection of flashing tools for QMK keyboards
image: /logo.png
image: /logo.svg
actions:
- theme: brand
text: Install for Windows
Expand Down