chore: Improve Helpcenter custom domains (#5456)
- Support rendering articles over frontend URL - Support rendering articles over help center URL - Support rendering help center home page in the custom domain root
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class MakeHelpCenterCustomDomainUnique < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_index :portals, :custom_domain, unique: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user