mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
abs
This commit is contained in:
parent
a898623ee9
commit
2bfa28f993
@ -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 %> %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user