mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-17 17:56:30 +01:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import config from '../../../config';
|
|
|
|
export default ({ _id }) => ({
|
|
type: 'Image',
|
|
url: `${config.drive_url}/${_id}`
|
|
});
|