Changed the default news feed RSS url
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user