diff --git a/astro.config.mjs b/astro.config.mjs index 684b7a3..9a73c75 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,6 +13,12 @@ import customTheme from './shiki/github-dark-default.json' // https://astro.build/config export default defineConfig({ + redirects:{ + "/rss.xml": { + status: 301, + destination:"https://yongseok.me/rss.xml" + } + }, i18n: { defaultLocale: 'ko', locales: ['ko', 'en'],