dromerosm commited on
Commit
1ece75e
·
1 Parent(s): 4435002

fix: remove client-side auth check and sync logic

Browse files
Files changed (3) hide show
  1. app/layout.tsx +6 -2
  2. public/next.svg +0 -1
  3. public/vercel.svg +0 -1
app/layout.tsx CHANGED
@@ -13,8 +13,12 @@ const geistMono = Geist_Mono({
13
  });
14
 
15
  export const metadata: Metadata = {
16
- title: "Create Next App",
17
- description: "Generated by create next app",
 
 
 
 
18
  };
19
 
20
  export default function RootLayout({
 
13
  });
14
 
15
  export const metadata: Metadata = {
16
+ title: "Munger Engine",
17
+ description: "Automated stock analysis and sync engine",
18
+ icons: {
19
+ icon: "/icon.png",
20
+ apple: "/apple-icon.png",
21
+ },
22
  };
23
 
24
  export default function RootLayout({
public/next.svg DELETED
public/vercel.svg DELETED