Update v5.5 data

This commit is contained in:
Sakura Knoll
2022-02-25 09:55:14 +09:00 Unverified
parent 82e07c9c1e
commit 13d313ae87
42 changed files with 321 additions and 308 deletions
+24
View File
@@ -1,5 +1,29 @@
const { i18n } = require('./next-i18next.config')
module.exports = {
async redirects() {
return [
{
source: '/honkai3rd/stigmata/bianka-stage',
destination: '/honkai3rd/stigmata/bianka-theatre',
permanent: true,
},
{
source: '/honkai3rd/stigmata/bianka-stage-top',
destination: '/honkai3rd/stigmata/bianka-theatre-top',
permanent: true,
},
{
source: '/honkai3rd/stigmata/bianka-stage-mid',
destination: '/honkai3rd/stigmata/bianka-theatre-mid',
permanent: true,
},
{
source: '/honkai3rd/stigmata/bianka-stage-bot',
destination: '/honkai3rd/stigmata/bianka-theatre-bot',
permanent: true,
},
]
},
i18n,
}