Skip to content

Commit b1477db

Browse files
committed
Add totp to title
1 parent b02445d commit b1477db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { defineConfig } from 'vitepress';
33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
55
appearance: 'force-dark',
6-
title: "Authman - Cross-Platform 2FA Made Easy",
7-
description: "Authman 2FA is a free, secure and open source cross-platform app to help you manage your 2-step authentication tokens on iOS, Android and desktop, and securely sync them between devices.",
6+
title: "Authman - Cross-Platform 2FA TOTP Made Easy",
7+
description: "Authman 2FA is a free, secure and open source cross-platform TOTP app to help you manage your 2-step authentication tokens on iOS, Android and desktop, and securely sync them between devices.",
88
head: [
99
// Links
1010
['link', { rel: 'icon', href: '/assets/images/icon-128.png' }],

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: home
44

55
hero:
66
name: "Authman"
7-
text: "Cross-Platform 2FA Made Easy"
7+
text: "Cross-Platform 2FA TOTP Made Easy"
88
tagline: Authman 2FA is a free, secure and open source cross-platform app to help you manage your 2-step authentication tokens on iOS, Android and desktop, and securely sync them between devices.
99
image:
1010
src: assets/images/home/authman-hero.png

0 commit comments

Comments
 (0)