diff options
| author | Dhravya <[email protected]> | 2024-05-26 17:24:15 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-05-26 17:24:15 -0500 |
| commit | de4e853f088216b89c4b263a5cb2a757e779b4fc (patch) | |
| tree | 68ac67321be7b1ee5e7afcf807749b2f98aab081 /apps/web/app/layout.tsx | |
| parent | change input height (diff) | |
| download | supermemory-de4e853f088216b89c4b263a5cb2a757e779b4fc.tar.xz supermemory-de4e853f088216b89c4b263a5cb2a757e779b4fc.zip | |
added signin page
Diffstat (limited to 'apps/web/app/layout.tsx')
| -rw-r--r-- | apps/web/app/layout.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index da6fc2db..e1956914 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -2,10 +2,11 @@ import "./globals.css"; import type { Metadata } from "next"; import { Inter } from "next/font/google"; -import { ThemeScript } from "next-app-theme/theme-script"; const inter = Inter({ subsets: ["latin"] }); +export const runtime = "edge"; + export const metadata: Metadata = { title: "Supermemory - Your personal second brain.", description: |