Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 3da54d1

Browse files
committed
fix again
1 parent 14c2ad9 commit 3da54d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/scrimba-block.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useCallback, useEffect, useRef, useState } from "react";
44
import "./style.css";
55
import { Button, Text, Link } from "@primer/react";
66

7-
const isDev = import.meta?.url.includes("localhost:");
7+
const isDev = import.meta?.url
88
const SCRIMBA_BASE_URL = isDev
99
? "https://dev.scrimba.com:3000"
1010
: "https://scrimba.com";

0 commit comments

Comments
 (0)