wip fix code

This commit is contained in:
Rizky 2024-01-22 08:35:04 +07:00
parent 1bee3ce426
commit 75d4a90356
1 changed files with 2 additions and 2 deletions

View File

@ -101,10 +101,10 @@ export const EdPopCode = () => {
const CodeBody = () => {
const p = useGlobal(EDGlobal, "EDITOR");
const local = useLocal({ namePicker: false, codeAssign: false });
const vscode_url = isLocalhost()
? "http://localhost:3000?"
: "https://code.web.andromedia.co.id?tkn=prasi&";
: "https://prasi-vsc.avolut.com/?tkn=prasi&";
return (
<div className="relative w-full h-full flex flex-col">