From f802130736325a9d3cc6d5a4ff8a097dc06751d1 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 14 Oct 2023 00:25:06 -0500 Subject: [PATCH] Update app.config.ts --- app.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.config.ts b/app.config.ts index 5e8af43..c693400 100644 --- a/app.config.ts +++ b/app.config.ts @@ -2,6 +2,9 @@ export default defineAppConfig({ alpine: { title: '23jjl', description: 'Showcase of a college student, developer, designer, philosopher, and Lutheran.', + link: [ + { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } + ], image: { src: '/social-card-preview.png', alt: 'An image showcasing my project.',