This commit is contained in:
2026-03-11 04:44:11 +00:00
parent 2e0009e3ca
commit 78adca7091
14 changed files with 94 additions and 36 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const getServerSideProps: GetServerSideProps = async (ctx) => {
return {
redirect: {
destination: `/login`,
destination: `/auth/login`,
statusCode: 307,
},
};