Fix rewrite order
This commit is contained in:
+5
-5
@@ -62,17 +62,17 @@ module.exports = {
|
||||
},
|
||||
async rewrites() {
|
||||
return [
|
||||
{
|
||||
source: '/honkai3rd/novels/ae',
|
||||
destination:
|
||||
process.env.NEXT_PUBLIC_BASE_URL + '/novels/ae/en-US/index.html',
|
||||
},
|
||||
{
|
||||
source: '/ko-KR/honkai3rd/novels/ae',
|
||||
destination:
|
||||
process.env.NEXT_PUBLIC_BASE_URL + '/novels/ae/ko-KR/index.html',
|
||||
locale: false,
|
||||
},
|
||||
{
|
||||
source: '/honkai3rd/novels/ae',
|
||||
destination:
|
||||
process.env.NEXT_PUBLIC_BASE_URL + '/novels/ae/en-US/index.html',
|
||||
},
|
||||
{
|
||||
source: '/ko-KR/honkai3rd/novels/duriduri',
|
||||
destination:
|
||||
|
||||
Reference in New Issue
Block a user