diff options
| author | David Pearson <p8.david@gmail.com> | 2025-08-20 04:49:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-20 09:49:27 +0100 |
| commit | 5b9125084aa26253fac0aeb18af095c17066a63a (patch) | |
| tree | 8a190780a9c1829dedbaee77f9de48fc73353624 /apps | |
| parent | 2263c0fcd677d9deb68369c463b312a8b6ff4906 (diff) | |
| download | karakeep-5b9125084aa26253fac0aeb18af095c17066a63a.tar.zst | |
fix: renamed export filename to karakeep (#1829)
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/api/bookmarks/export/route.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/api/bookmarks/export/route.tsx b/apps/web/app/api/bookmarks/export/route.tsx index f568b9f7..47fdeebc 100644 --- a/apps/web/app/api/bookmarks/export/route.tsx +++ b/apps/web/app/api/bookmarks/export/route.tsx @@ -47,7 +47,7 @@ export async function GET(request: NextRequest) { status: 200, headers: { "Content-type": "application/json", - "Content-disposition": `attachment; filename="hoarder-export-${new Date().toISOString()}.json"`, + "Content-disposition": `attachment; filename="karakeep-export-${new Date().toISOString()}.json"`, }, }); } else if (format === "netscape") { |
