Skip to content

Commit 162d2b8

Browse files
authored
Merge pull request #3477 from clockback/document-feed-domain-default
2 parents 7ef5eae + 595713b commit 162d2b8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/settings.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -969,10 +969,7 @@ the ``TAG_FEED_ATOM`` and ``TAG_FEED_RSS`` settings:
969969

970970
The domain prepended to feed URLs. Since feed URLs should always be
971971
absolute, it is highly recommended to define this (e.g.,
972-
"https://feeds.example.com"). If you have already explicitly defined SITEURL
973-
(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 "/".
972+
"https://feeds.example.com"). The default is ``SITEURL``.
976973

977974
.. data:: FEED_ATOM
978975

0 commit comments

Comments
 (0)