Skip to content

Commit

Permalink
feat: RSS auto discovery (#1036)
Browse files Browse the repository at this point in the history
Co-authored-by: fpasquet <fab.pasquet@gmail.com>
  • Loading branch information
ch3ric and fpasquet committed Apr 16, 2024
1 parent 6d32d0d commit 32e7071
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -74,6 +74,7 @@ export const useLayoutTemplateContainer = (): Omit<LayoutTemplateProps, 'childre
useLink({ rel: 'preconnect', href: 'https://fonts.googleapis.com' });
useLink({ rel: 'preconnect', href: 'https://fonts.gstatic.com' });
useLink({ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swap' });
useLink({ rel: 'alternate', type: 'application/rss+xml', href: getPathFile('/feed.xml') });

return {
header: (
Expand Down

0 comments on commit 32e7071

Please sign in to comment.