diff --git a/frontend/next-env.d.ts b/frontend/next-env.d.ts index 4f11a03..a4a7b3f 100755 --- a/frontend/next-env.d.ts +++ b/frontend/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx old mode 100755 new mode 100644 index 171df7d..7b7edca --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -50,7 +50,7 @@ export default function Login() { remember: true, }); - const title = 'test2'; +const title = '!!!wt!!!'; // Fetch Pexels image/video useEffect(() => {