Add links page with QR codes
This commit is contained in:
@@ -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']
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user