From b53ccd4801f22a1eefa723416d5dc7e21f2ec7dc Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Tue, 7 Apr 2020 11:56:54 +0800 Subject: [PATCH] update registry url --- config/plugins.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/plugins.php b/config/plugins.php index 00496c021..f30a37283 100644 --- a/config/plugins.php +++ b/config/plugins.php @@ -33,7 +33,6 @@ */ 'registry' => env( 'PLUGINS_REGISTRY', - 'https://dev.azure.com/blessing-skin/0dc12c60-882a-46a2-90c6-9450490193a2/_apis/'. - 'git/repositories/d5283b63-dfb0-497e-ad17-2860a547596f/Items?path=%2Fregistry-preview.json' + 'https://cdn.jsdelivr.net/gh/bs-community/plugins-dist@latest/registry-preview.json' ), ];