We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8902d commit 4220888Copy full SHA for 4220888
1 file changed
src/api/news.ts
@@ -12,7 +12,7 @@ export interface NewsResponse {
12
}
13
14
const NEWS_CONFIG = {
15
- proxyUrl: 'https://proxy-for-blogs-rss-in-dashboard.greptime.workers.dev',
+ proxyUrl: 'https://feed.greptime.cloud/dashboard/feed',
16
17
18
const CACHE_KEY = 'greptime_news_cache'
0 commit comments