aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/web/app/api/bookmarks/export/route.tsx2
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") {