Skip to content

Commit 67c4fb8

Browse files
committed
Update TypeScript playground URL
1 parent 15529e9 commit 67c4fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/playground.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ export const playground = {
1616
)}`,
1717

1818
typescript: (code: string) =>
19-
`https://typescript-play.js.org/#code/${LZString.compressToEncodedURIComponent(
19+
`https://www.typescriptlang.org/play#code/${LZString.compressToEncodedURIComponent(
2020
code
2121
)}`,
2222

2323
rust: (code: string) =>
2424
`https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&code=${encodeURIComponent(
2525
code
26-
)}`
26+
)}`,
2727
};

0 commit comments

Comments
 (0)