fix photos url error

This commit is contained in:
DefectingCat
2023-08-14 13:38:35 +08:00
parent bf7a46663f
commit 57f9b68b0c

View File

@ -122,6 +122,6 @@ export const selfHosts: Project[] = [
icon: 'photos', icon: 'photos',
name: 'Photos', name: 'Photos',
description: 'Some photos.', description: 'Some photos.',
url: 'https://photos.rua.plus/browse', url: 'https://photos.rua.plus/',
}, },
]; ];