Copy overhaul + qr designs
This commit is contained in:
@@ -4,13 +4,14 @@ import '@/styles/globals.css';
|
||||
export const metadata = {
|
||||
title: 'vCard Download',
|
||||
description: 'Download contact information',
|
||||
icons: {
|
||||
icon: [
|
||||
{ url: '/favicon1.png', sizes: '512x512', type: 'image/png' },
|
||||
],
|
||||
shortcut: '/favicon1.png',
|
||||
apple: '/favicon1.png',
|
||||
},
|
||||
icons: {
|
||||
icon: [
|
||||
{ url: '/favicon.svg', type: 'image/svg+xml' },
|
||||
{ url: '/favicon.ico', sizes: '16x16 32x32', type: 'image/x-icon' },
|
||||
],
|
||||
shortcut: '/favicon.ico',
|
||||
apple: '/logo.svg',
|
||||
},
|
||||
};
|
||||
|
||||
export default function VCardLayout({
|
||||
|
||||
Reference in New Issue
Block a user