diff options
| author | Dhravya <[email protected]> | 2024-04-13 11:54:32 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-13 11:54:32 -0700 |
| commit | 04223a6ad96d803e5dea53962a67f13e05a755c0 (patch) | |
| tree | 7d6780364b1d8669a2bcca85e134731f86a044f0 /apps/web/src | |
| parent | pulled yash (diff) | |
| download | supermemory-04223a6ad96d803e5dea53962a67f13e05a755c0.tar.xz supermemory-04223a6ad96d803e5dea53962a67f13e05a755c0.zip | |
privacy page
Diffstat (limited to 'apps/web/src')
| -rw-r--r-- | apps/web/src/app/privacy/page.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/src/app/privacy/page.tsx b/apps/web/src/app/privacy/page.tsx index 8d126dff..5e40cbe9 100644 --- a/apps/web/src/app/privacy/page.tsx +++ b/apps/web/src/app/privacy/page.tsx @@ -2,6 +2,8 @@ import React from "react"; import Markdown from "react-markdown"; import { policy } from "./privacy"; +export const runtime = "edge"; + function Page() { return ( <div> |