Add links page with QR codes

This commit is contained in:
2026-06-30 20:58:44 +00:00
parent c87e510ca9
commit 70cd01019d
2 changed files with 323 additions and 0 deletions
+6
View File
@@ -75,5 +75,11 @@ export const pageMeta: Record<string, PageMeta> = {
description: 'Terminal UI components showcase and documentation.',
icon: 'mdi:puzzle',
keywords: ['components', 'ui', 'terminal', 'tui']
},
'/links': {
title: `${user.displayname} — Links`,
description: 'All my links with scannable QR codes.',
icon: 'mdi:link-variant',
keywords: ['links', 'qr', 'social', 'contact']
}
};