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