Add durandal beta

This commit is contained in:
Sakura Knoll
2022-05-09 09:40:40 +09:00 Unverified
parent 24fdfcd617
commit 9e8bd703a5
90 changed files with 47151 additions and 1 deletions
+14 -1
View File
@@ -65,7 +65,7 @@ module.exports = {
{
source: '/honkai3rd/novels/ae',
destination:
process.env.NEXT_PUBLIC_BASE_URL + '/novels/ae/ko-KR/index.html',
process.env.NEXT_PUBLIC_BASE_URL + '/novels/ae/en-US/index.html',
},
{
source: '/ko-KR/honkai3rd/novels/ae',
@@ -73,6 +73,19 @@ module.exports = {
process.env.NEXT_PUBLIC_BASE_URL + '/novels/ae/ko-KR/index.html',
locale: false,
},
{
source: '/ko-KR/honkai3rd/novels/duriduri',
destination:
process.env.NEXT_PUBLIC_BASE_URL +
'/novels/duriduri/ko-KR/index.html',
locale: false,
},
{
source: '/honkai3rd/novels/duriduri',
destination:
process.env.NEXT_PUBLIC_BASE_URL +
'/novels/duriduri/en-US/index.html',
},
]
},
i18n,