mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
NewsPanel: update default feed url (#21342)
This commit is contained in:
parent
aa58a21833
commit
1ba072cd58
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user