Fix favicon and add authentication state to main page with logout/create sermon buttons

This commit is contained in:
2025-10-01 22:25:35 -04:00
parent 22f7c6f8ad
commit 71e39cceb1
4 changed files with 33 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ export default defineNuxtConfig({
{ name: 'description', content: 'Weekly sermons from New Life Christian Church' }
],
link: [
{ rel: 'icon', type: 'image/png', href: '/logos/favicon.png' },
{ rel: 'icon', type: 'image/x-icon', href: '/logos/favicon.ico' },
{ rel: 'preconnect', href: 'https://fonts.googleapis.com' },
{ rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' },
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap' }