mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
refactor: update RSS feed generation
This commit is contained in:
parent
8c19d26cfd
commit
8a3e01fb96
4 changed files with 59 additions and 64 deletions
|
@ -36,16 +36,12 @@ const { locale }: { locale: ThemeConfig['global']['locale'] } = themeConfig.glob
|
|||
export default defineConfig({
|
||||
site: url,
|
||||
base: '/',
|
||||
trailingSlash: 'always',
|
||||
i18n: {
|
||||
locales: Object.entries(langMap).map(([path, codes]) => ({
|
||||
path,
|
||||
codes,
|
||||
})),
|
||||
defaultLocale: locale,
|
||||
routing: {
|
||||
prefixDefaultLocale: false,
|
||||
},
|
||||
},
|
||||
integrations: [
|
||||
partytown({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue