Skip to content

Commit

Permalink
feat(website): add rss header
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 1, 2023
1 parent 4b7c813 commit bbad582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default defineNuxtConfig({
{rel: 'manifest', href: '/site.webmanifest'},
{rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#2c0059'},
{name: 'msapplication-TileColor', content: '#2c0059'},
{rel: 'sitemap', type: 'application/xml', href: '/sitemap.xml', title: 'Sitemap'}
{rel: 'sitemap', type: 'application/xml', href: '/sitemap.xml', title: 'Sitemap'},
{rel: 'alternate', type: 'application/rss+xml', href: '/rss.xml', title: 'Blog Articles RSS'}
],
meta: [
{name: 'msapplication-TileColor', content: '#2c0059'},
Expand Down

1 comment on commit bbad582

@vercel
Copy link

@vercel vercel bot commented on bbad582 Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.