Skip to content

Commit 88b69b9

Browse files
committed
redirects to fa
1 parent a51739f commit 88b69b9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

next.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ logging: {
1414
},
1515
async redirects() {
1616
return [
17+
{
18+
source: '/',
19+
destination: '/fa',
20+
permanent: true,
21+
basePath: false,
22+
},
1723
{
1824
source: '/:lang/citizen',
1925
destination: '/:lang/citizens',

0 commit comments

Comments
 (0)