We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15529e9 commit 67c4fb8Copy full SHA for 67c4fb8
src/playground.ts
@@ -16,12 +16,12 @@ export const playground = {
16
)}`,
17
18
typescript: (code: string) =>
19
- `https://typescript-play.js.org/#code/${LZString.compressToEncodedURIComponent(
+ `https://www.typescriptlang.org/play#code/${LZString.compressToEncodedURIComponent(
20
code
21
22
23
rust: (code: string) =>
24
`https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&code=${encodeURIComponent(
25
26
- )}`
+ )}`,
27
};
0 commit comments