Changed the default news feed RSS url

This commit is contained in:
2025-10-31 11:46:27 +01:00
parent fa9534609c
commit 44d5e206ca

View File

@@ -63,7 +63,7 @@
</div>
<script>
const defaultRssUrl = "https://www.nasa.gov/news-release/feed/"; // Default NASA news feed
const defaultRssUrl = "https://thecafeterium.com/feed/"; // Default theCafeterium news feed
function fetchRssFeed(rssUrl) {
console.log('Fetching RSS feed:', rssUrl);