Fix visual novels redirection (#98)
This commit is contained in:
+21
-14
@@ -64,38 +64,45 @@ module.exports = {
|
||||
return [
|
||||
{
|
||||
source: '/ko-KR/honkai3rd/novels/ae',
|
||||
destination:
|
||||
process.env.NEXT_PUBLIC_BASE_URL + '/novels/ae/ko-KR/index.html',
|
||||
destination: '/novels/ae/ko-KR/index.html',
|
||||
locale: false,
|
||||
},
|
||||
{
|
||||
source: '/en-US/honkai3rd/novels/ae',
|
||||
destination: '/novels/ae/en-US/index.html',
|
||||
locale: false,
|
||||
},
|
||||
{
|
||||
source: '/honkai3rd/novels/ae',
|
||||
destination:
|
||||
process.env.NEXT_PUBLIC_BASE_URL + '/novels/ae/en-US/index.html',
|
||||
destination: '/novels/ae/en-US/index.html',
|
||||
},
|
||||
{
|
||||
source: '/ko-KR/honkai3rd/novels/duriduri',
|
||||
destination:
|
||||
process.env.NEXT_PUBLIC_BASE_URL +
|
||||
'/novels/duriduri/ko-KR/index.html',
|
||||
destination: '/novels/duriduri/ko-KR/index.html',
|
||||
locale: false,
|
||||
},
|
||||
{
|
||||
source: '/en-US/honkai3rd/novels/duriduri',
|
||||
destination: '/novels/duriduri/en-US/index.html',
|
||||
locale: false,
|
||||
},
|
||||
{
|
||||
source: '/honkai3rd/novels/duriduri',
|
||||
destination:
|
||||
process.env.NEXT_PUBLIC_BASE_URL +
|
||||
'/novels/duriduri/en-US/index.html',
|
||||
destination: '/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',
|
||||
destination: '/novels/7s/ko-KR/index.html',
|
||||
locale: false,
|
||||
},
|
||||
{
|
||||
source: '/en-US/honkai3rd/novels/7s',
|
||||
destination: '/novels/7s/en-US/index.html',
|
||||
locale: false,
|
||||
},
|
||||
{
|
||||
source: '/honkai3rd/novels/7s',
|
||||
destination:
|
||||
process.env.NEXT_PUBLIC_BASE_URL + '/novels/7s/en-US/index.html',
|
||||
destination: '/novels/7s/en-US/index.html',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user