add redirect for feed from wordpress

This commit is contained in:
Timothy Rogers 2024-07-07 09:24:36 -04:00
parent eb845d0f1b
commit a06878c84c

View file

@ -33,6 +33,9 @@ export default defineConfig({
site: 'https://hack13.blog/',
base: '/',
trailingSlash: 'always',
redirects: {
'/feed': '/rss.xml',
},
integrations: [
tailwind(),
swup({