Fix favicon and add authentication state to main page with logout/create sermon buttons
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user