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 1685fa4 commit caac987Copy full SHA for caac987
.vitepress/config.mts
@@ -1,10 +1,13 @@
1
-import { defineConfig } from 'vitepress'
+import { defineConfig } from 'vitepress';
2
3
// https://vitepress.dev/reference/site-config
4
export default defineConfig({
5
appearance: 'force-dark',
6
title: "Authman",
7
description: "Cross-Platform 2FA Made Easy",
8
+ head: [
9
+ ['link', { rel: 'icon', href: 'assets/images/icon.png' }]
10
+ ],
11
themeConfig: {
12
logo: "assets/images/authman-logo-h.png",
13
siteTitle: false,
@@ -67,4 +70,4 @@ export default defineConfig({
67
70
copyright: 'Copyright © 2024 <a href="https://simular.co/" target="_blank">Simular Inc.</a>'
68
71
}
69
72
-})
73
+});
public/assets/images/icon.png
50.3 KB
0 commit comments