mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-24 19:48:08 +09:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
|
import config from '../../../../conf';
|
||
|
|
||
|
export default ({ _id }) => ({
|
||
|
type: 'Image',
|
||
|
url: `${config.drive_url}/${_id}`
|
||
|
});
|