NewsPanel: update default feed url (#21342)

This commit is contained in:
Ryan McKinley 2020-01-04 13:41:43 -08:00 committed by GitHub
parent aa58a21833
commit 1ba072cd58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
// TODO: when grafana blog has CORS headers updated, remove the cors-anywhere prefix
export const DEFAULT_FEED_URL = 'https://cors-anywhere.herokuapp.com/' + 'https://grafana.com/blog/index.xml';
export const DEFAULT_FEED_URL = 'https://grafana.com/blog/news.xml';
export interface NewsOptions {
feedUrl?: string;