Merge pull request #3477 from clockback/document-feed-domain-default

This commit is contained in:
Justin Mayer 2025-07-21 20:25:08 +02:00 committed by GitHub
commit 162d2b8318
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -969,10 +969,7 @@ the ``TAG_FEED_ATOM`` and ``TAG_FEED_RSS`` settings:
The domain prepended to feed URLs. Since feed URLs should always be
absolute, it is highly recommended to define this (e.g.,
"https://feeds.example.com"). If you have already explicitly defined SITEURL
(see above) and want to use the same domain for your feeds, you can just
set: ``FEED_DOMAIN = SITEURL``. The default is ``None``, which uses the
base URL "/".
"https://feeds.example.com"). The default is ``SITEURL``.
.. data:: FEED_ATOM