Skip to content

Commit 34a88f8

Browse files
authored
♻️ refactor: refactor with new market url (#123)
1 parent 8dc13f1 commit 34a88f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/const/url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export const FEEDBACK = pkg.bugs.url;
77
export const DISCORD = 'https://discord.gg/AYFPHvv2jT';
88

99
export const PLUGINS_INDEX_URL =
10-
process.env.PLUGINS_INDEX_URL ?? 'https://chat-plugins-index.lobehub.com';
10+
process.env.PLUGINS_INDEX_URL ?? 'https://chat-plugins.lobehub.com';

0 commit comments

Comments
 (0)