Spaces:
Running
Running
fix: remove client-side auth check and sync logic
Browse files- app/layout.tsx +6 -2
- public/next.svg +0 -1
- 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: "
|
| 17 |
-
description: "
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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