Skip to content

Commit a3f4383

Browse files
committedJul 21, 2024·
fix: redirect on confing
1 parent 5278c8c commit a3f4383

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎astro.config.mjs

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ import customTheme from './shiki/github-dark-default.json'
1313

1414
// https://astro.build/config
1515
export default defineConfig({
16+
redirects:{
17+
"/rss.xml": {
18+
status: 301,
19+
destination:"https://yongseok.me/rss.xml"
20+
}
21+
},
1622
i18n: {
1723
defaultLocale: 'ko',
1824
locales: ['ko', 'en'],

0 commit comments

Comments
 (0)
Please sign in to comment.