diff --git a/docs/src/components/AsciinemaPlayer.tsx b/docs/src/components/AsciinemaPlayer.tsx index 196e9496f5d..9822d286116 100644 --- a/docs/src/components/AsciinemaPlayer.tsx +++ b/docs/src/components/AsciinemaPlayer.tsx @@ -24,7 +24,7 @@ const AsciinemaPlayerComponent: React.FC = ({ ...asciinemaOptions }) => { const ref = useRef(null); - const proxiedSrc = `https://corsproxy.io/?${encodeURIComponent(src)}`; + const proxiedSrc = `https://corsproxy.io/?url=${encodeURIComponent(src)}`; const [isMounted, setIsMounted] = useState(false); useEffect(() => {