5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-06 14:15:44 +00:00

Merge branch 'issue-14746' of https://0xacab.org/sutty/sutty into 17.3.alpine.panel.sutty.nl
Some checks failed
ci/woodpecker/push/woodpecker/1 Pipeline failed
ci/woodpecker/push/woodpecker/2 Pipeline failed

This commit is contained in:
Sutty 2023-12-04 20:53:07 +00:00
commit 180c9a08a0

View file

@ -504,8 +504,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