7s novel (#97)

* Init 7s

* Fix 7s novel

* Fix UI and add KR locale for 7s

* Add rewrites for 7s
This commit is contained in:
Sakura Knoll
2022-05-11 00:07:31 +09:00
committed by GitHub
Unverified
parent 4247fea09e
commit 3afc3e3612
60 changed files with 29588 additions and 0 deletions
+11
View File
@@ -86,6 +86,17 @@ module.exports = {
process.env.NEXT_PUBLIC_BASE_URL +
'/novels/duriduri/en-US/index.html',
},
{
source: '/ko-KR/honkai3rd/novels/7s',
destination:
process.env.NEXT_PUBLIC_BASE_URL + '/novels/7s/ko-KR/index.html',
locale: false,
},
{
source: '/honkai3rd/novels/7s',
destination:
process.env.NEXT_PUBLIC_BASE_URL + '/novels/7s/en-US/index.html',
},
]
},
i18n,