mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
point provider url at the correct page
This commit is contained in:
parent
0f21011049
commit
d5c438acdc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ defmodule PhilomenaWeb.Api.Json.OembedController do
|
|||
author_url: image.source_url,
|
||||
author_name: artist_tags(image.tags),
|
||||
provider_name: "Derpibooru",
|
||||
provider_url: Routes.image_url(conn, :show, image),
|
||||
provider_url: PhilomenaWeb.Endpoint.url(),
|
||||
cache_age: 7200,
|
||||
derpibooru_id: image.id,
|
||||
derpibooru_score: image.score,
|
||||
|
|
Loading…
Reference in a new issue