Skip to content

Commit

Permalink
docs: fix playground link
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed May 7, 2024
1 parent aa18fed commit 5abe584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/varlet.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit 5abe584

Please sign in to comment.