Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
haikyuu committed Apr 12, 2023
1 parent 14c2ad9 commit 3da54d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/scrimba-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useCallback, useEffect, useRef, useState } from "react";
import "./style.css";
import { Button, Text, Link } from "@primer/react";

const isDev = import.meta?.url.includes("localhost:");
const isDev = import.meta?.url
const SCRIMBA_BASE_URL = isDev
? "https://dev.scrimba.com:3000"
: "https://scrimba.com";
Expand Down

0 comments on commit 3da54d1

Please sign in to comment.