RSS fix
This commit is contained in:
@ -15,11 +15,20 @@ import mdx from '@astrojs/mdx';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://atri.dad',
|
||||
redirects: {
|
||||
'/feed': '/rss.xml',
|
||||
},
|
||||
vite: {
|
||||
plugins: [tailwindcss()]
|
||||
},
|
||||
|
||||
integrations: [preact(), icon(), mdx()],
|
||||
integrations: [preact(), mdx(), icon({
|
||||
include: {
|
||||
mdi: ["clock", "tag", "arrow-right", "link", "email", "rss", "download", "web", "arrow-left"],
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
|
Reference in New Issue
Block a user