From 57f9b68b0c5533fc87dfba98049b4175a5e6e2a8 Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Mon, 14 Aug 2023 13:38:35 +0800 Subject: [PATCH] fix photos url error --- app/projects/content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/projects/content.tsx b/app/projects/content.tsx index 98bee0b..cee3391 100644 --- a/app/projects/content.tsx +++ b/app/projects/content.tsx @@ -122,6 +122,6 @@ export const selfHosts: Project[] = [ icon: 'photos', name: 'Photos', description: 'Some photos.', - url: 'https://photos.rua.plus/browse', + url: 'https://photos.rua.plus/', }, ];