mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 05:21:42 +00:00
fix: no cambiar el nombre de dominio #14746
This commit is contained in:
parent
b96363a59f
commit
89063d50c0
1 changed files with 2 additions and 2 deletions
|
@ -501,8 +501,8 @@ class Site < ApplicationRecord
|
|||
config.theme = design.gem unless design.no_theme?
|
||||
config.description = description
|
||||
config.title = title
|
||||
config.url = url(slash: false)
|
||||
config.hostname = hostname
|
||||
config.url ||= url(slash: false)
|
||||
config.hostname ||= hostname
|
||||
config.locales = locales.map(&:to_s)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue