Skip to content

Commit

Permalink
fix: redirect on confing
Browse files Browse the repository at this point in the history
  • Loading branch information
yongsk0066 committed Jul 21, 2024
1 parent 5278c8c commit a3f4383
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit a3f4383

Please sign in to comment.