Skip to content

Commit 91a0f6d

Browse files
committed
chore: bump kcl playground links
Signed-off-by: peefy <[email protected]>
1 parent 54a2949 commit 91a0f6d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ const config = {
199199
label: 'Modules',
200200
},
201201
{
202-
href: 'http://play.kcl-lang.io/',
202+
// href: 'http://play.kcl-lang.io/',
203+
href: "http://101.42.3.224/",
203204
position: 'left',
204205
sidebarId: 'playground',
205206
label: 'Playground',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "website",
2+
"name": "kcl-website",
33
"version": "0.7.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)