Skip to content

Commit

Permalink
💚 🚧 fix: Disabled Login temporally for github pages and capacitor bui…
Browse files Browse the repository at this point in the history
…ld (login cannot work right now on serverless build)
  • Loading branch information
bytevictor committed Apr 11, 2024
1 parent e24ffa9 commit 5cce73e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/Components/ConfigMenu/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function MainNavbar() {
<CompletedTasksSwap />
</div>
<div className="navbar-end pr-2 pt-2">
<LoginButton />
{/*<LoginButton />*/}
<ConfigMenu />
</div>
</div>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const TaskAppNoSSR = dynamic(() => import("./Components/TasksApp/TasksTab"), {
export default function Home() {
return (
<ConfigContextProvider>
<NextAuthProvider>
{/*<NextAuthProvider>*/}
<MainNavbar />
<TaskAppNoSSR />
</NextAuthProvider>
{/*</NextAuthProvider>*/}
</ConfigContextProvider>
);
}
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @type {import('next').NextConfig}
*/
const nextConfig = {
//output: 'export',
output: 'export',

images: {
remotePatterns: [
Expand Down

0 comments on commit 5cce73e

Please sign in to comment.