Skip to content

Commit

Permalink
chore: adjust filename
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Apr 6, 2024
1 parent 8f3b06b commit f8679f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/document/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default defineConfig({
language: 'en',
output: {
type: 'rss',
filename: 'releases-rss.xml',
},
},
{
Expand All @@ -28,14 +29,17 @@ export default defineConfig({
language: 'en',
output: {
type: 'atom',
filename: 'releases-atom.xml',
},
},
{
id: 'releases-rss-zh',
test: '/zh/community/releases/v',
title: 'Rsbuild Releases',
language: 'zh-CN',
output: {
type: 'rss',
filename: 'releases-rss-zh.xml',
},
},
{
id: 'releases-atom-zh',
Expand All @@ -44,7 +48,6 @@ export default defineConfig({
language: 'zh-CN',
output: {
type: 'atom',
filename: 'releases-atom-zh.xml',
},
},
],
Expand Down

0 comments on commit f8679f3

Please sign in to comment.