Skip to content

Commit 4220888

Browse files
authored
chore: proxy url (#603)
1 parent be8902d commit 4220888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/news.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface NewsResponse {
1212
}
1313

1414
const NEWS_CONFIG = {
15-
proxyUrl: 'https://proxy-for-blogs-rss-in-dashboard.greptime.workers.dev',
15+
proxyUrl: 'https://feed.greptime.cloud/dashboard/feed',
1616
}
1717

1818
const CACHE_KEY = 'greptime_news_cache'

0 commit comments

Comments
 (0)