diff --git a/app/helpers/discourse_ai/ai_bot/shared_ai_conversations_helper.rb b/app/helpers/discourse_ai/ai_bot/shared_ai_conversations_helper.rb index 3e16311c..6d064683 100644 --- a/app/helpers/discourse_ai/ai_bot/shared_ai_conversations_helper.rb +++ b/app/helpers/discourse_ai/ai_bot/shared_ai_conversations_helper.rb @@ -8,7 +8,7 @@ module DiscourseAi VERSION = "1" def share_asset_url(short_path) - ::UrlHelper.local_cdn_url("/plugins/discourse-ai/ai-share/#{short_path}?#{VERSION}") + ::UrlHelper.absolute("/plugins/discourse-ai/ai-share/#{short_path}?#{VERSION}") end end end diff --git a/app/views/discourse_ai/ai_bot/shared_ai_conversations/show.html.erb b/app/views/discourse_ai/ai_bot/shared_ai_conversations/show.html.erb index a10a85ee..ac307a9b 100644 --- a/app/views/discourse_ai/ai_bot/shared_ai_conversations/show.html.erb +++ b/app/views/discourse_ai/ai_bot/shared_ai_conversations/show.html.erb @@ -10,7 +10,7 @@ "> - "> + ">