diff --git a/app/(routes)/login/page.tsx b/app/(routes)/login/_page.tsx similarity index 100% rename from app/(routes)/login/page.tsx rename to app/(routes)/login/_page.tsx diff --git a/app/Components/ConfigMenu/Navbar.tsx b/app/Components/ConfigMenu/Navbar.tsx index 937a94a..41910fc 100644 --- a/app/Components/ConfigMenu/Navbar.tsx +++ b/app/Components/ConfigMenu/Navbar.tsx @@ -9,7 +9,7 @@ export default function MainNavbar() {
- + {/**/}
diff --git a/app/api/auth/[...nextauth]/route.ts b/app/api/auth/[...nextauth]/_route.ts similarity index 100% rename from app/api/auth/[...nextauth]/route.ts rename to app/api/auth/[...nextauth]/_route.ts diff --git a/app/page.tsx b/app/page.tsx index 2d7461d..b9d05f7 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -13,10 +13,10 @@ const TaskAppNoSSR = dynamic(() => import("./Components/TasksApp/TasksTab"), { export default function Home() { return ( - + {/**/} - + {/**/} ); } diff --git a/next.config.js b/next.config.js index 91f2cae..9cfa5de 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,7 @@ * @type {import('next').NextConfig} */ const nextConfig = { - //output: 'export', + output: 'export', images: { remotePatterns: [