Change temporary redirect to permanent, fix robots.txt
This commit is contained in:
@@ -6,7 +6,7 @@ export async function getServerSideProps(): Promise<GetServerSidePropsResult<Rec
|
||||
return {
|
||||
redirect: {
|
||||
destination: '/ps7',
|
||||
permanent: false
|
||||
permanent: true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user