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