aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/bookmarks/export/route.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/api/bookmarks/export/route.tsx')
-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 669fb1c7..e550fcb5 100644
--- a/apps/web/app/api/bookmarks/export/route.tsx
+++ b/apps/web/app/api/bookmarks/export/route.tsx
@@ -35,7 +35,7 @@ export async function GET(request: Request) {
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"`,
},
});
}