Skip to content

Commit fbdb165

Browse files
committed
Fix default FEED_DOMAIN: None -> SITEURL.
This is similar to how `AUTHOR_REGEX_SUBSTITUTIONS` is described, for instance.
1 parent a29857a commit fbdb165

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/settings.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,7 @@ the ``TAG_FEED_ATOM`` and ``TAG_FEED_RSS`` settings:
971971
absolute, it is highly recommended to define this (e.g.,
972972
"https://feeds.example.com"). If you have already explicitly defined SITEURL
973973
(see above) and want to use the same domain for your feeds, you can just
974-
set: ``FEED_DOMAIN = SITEURL``. The default is ``None``, which uses the
975-
base URL "/".
974+
set: ``FEED_DOMAIN = SITEURL``. The default is `SITEURL`.
976975

977976
.. data:: FEED_ATOM
978977

0 commit comments

Comments
 (0)