This commit is contained in:
Andrew Brown 2020-10-18 23:00:37 -07:00
parent a898623ee9
commit 2bfa28f993

View File

@ -10,7 +10,7 @@
'@type': 'https://schema.org/Person',
'https://schema.org/name': @user.name,
'https://schema.org/description': "#{@user.name}s worldbuilding profile on Notebook.ai",
'https://schema.org/image': @user.image_url(120)
'https://schema.org/image': URI.join(root_url, @user.image_url(120))
}
%>
<%= content_jsonld.to_json.html_safe %> %>