From 5abe58465b78717d5054bb2388df1192f39a7d63 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Tue, 7 May 2024 14:57:57 +0800 Subject: [PATCH] docs: fix playground link --- packages/varlet-ui/varlet.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/varlet-ui/varlet.config.mjs b/packages/varlet-ui/varlet.config.mjs index fc837147259..fd797848201 100644 --- a/packages/varlet-ui/varlet.config.mjs +++ b/packages/varlet-ui/varlet.config.mjs @@ -10,7 +10,7 @@ export default defineConfig({ playground: process.env.NODE_ENV === 'development' ? 'http://localhost:3000' - : 'https://varletjs.github.io/varlet/playground', + : 'https://varlet.pages.dev/playground', }, menu: [ {