Change temporary redirect to permanent, fix robots.txt

This commit is contained in:
VityaSchel
2023-10-14 19:58:26 +04:00
parent d1f990b706
commit 95f1b8914f
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ export async function getServerSideProps(): Promise<GetServerSidePropsResult<Rec
return {
redirect: {
destination: '/ps7',
permanent: false
permanent: true
}
}
}