diff --git a/nuxt.config.ts b/nuxt.config.ts index 781e72d6..20976aba 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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, },