Skip to content

Commit

Permalink
Use FEED_DOMAIN instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgesumle committed Sep 17, 2020
1 parent ce100cc commit 27cf01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n_subsites.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def prepare_site_db_and_overrides():
relpath, _MAIN_SETTINGS['THEME_STATIC_DIR'])
overrides['THEME_STATIC_PATHS'] = []
if 'FEED_DOMAIN' not in overrides:
overrides['FEED_DOMAIN'] = posixpath.join(main_siteurl, lang)
overrides['FEED_DOMAIN'] = posixpath.join(_MAIN_SETTINGS['FEED_DOMAIN'], lang)
# to change what is perceived as translations
overrides['DEFAULT_LANG'] = lang

Expand Down

0 comments on commit 27cf01a

Please sign in to comment.