Skip to content

Commit

Permalink
add rss feed to head for site (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie authored Oct 9, 2023
1 parent 30efa45 commit 927a1ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,19 @@ export default defineNuxtConfig({
host: 'https://directus.io',
},

app: {
head: {
link: [
{
rel: 'alternate',
type: 'application/atom+xml',
title: 'Directus RSS Feed',
href: '/rss.xml',
},
],
},
},

typescript: {
typeCheck: true,
},
Expand Down

0 comments on commit 927a1ca

Please sign in to comment.