From 2bfa28f9937697387cc3dfb0ce2cbff118726be6 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sun, 18 Oct 2020 23:00:37 -0700 Subject: [PATCH] abs --- app/views/users/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 5fcf9533..c5f3a4e8 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -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 %> %>