Skip to content

Commit caac987

Browse files
committed
favicon
1 parent 1685fa4 commit caac987

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.vitepress/config.mts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
import { defineConfig } from 'vitepress'
1+
import { defineConfig } from 'vitepress';
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
55
appearance: 'force-dark',
66
title: "Authman",
77
description: "Cross-Platform 2FA Made Easy",
8+
head: [
9+
['link', { rel: 'icon', href: 'assets/images/icon.png' }]
10+
],
811
themeConfig: {
912
logo: "assets/images/authman-logo-h.png",
1013
siteTitle: false,
@@ -67,4 +70,4 @@ export default defineConfig({
6770
copyright: 'Copyright © 2024 <a href="https://simular.co/" target="_blank">Simular Inc.</a>'
6871
}
6972
}
70-
})
73+
});

public/assets/images/icon.png

50.3 KB
Loading

0 commit comments

Comments
 (0)