mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: canonical url should not use the CDN
This commit is contained in:
@ -59,7 +59,7 @@ class TopicsController < ApplicationController
|
||||
|
||||
perform_show_response
|
||||
|
||||
canonical_url absolute(@topic_view.canonical_path)
|
||||
canonical_url absolute_without_cdn(@topic_view.canonical_path)
|
||||
end
|
||||
|
||||
def wordpress
|
||||
|
Reference in New Issue
Block a user