Skip to content

Commit b581e0e

Browse files
author
Pierry Borges
committed
fix: use itch.io embed URL instead of CDN
The CDN URL (v6p9d9t4.ssl.hwcdn.net) was failing to resolve. Using the official embed-upload URL which is more reliable.
1 parent ee30d49 commit b581e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/DevSimulator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const DevSimulator = () => {
1212
return (
1313
<div className="fixed inset-0 bg-[#141820]">
1414
<iframe
15-
src="https://v6p9d9t4.ssl.hwcdn.net/html/16819555/index.html"
15+
src="https://itch.io/embed-upload/16819555?color=141820"
1616
className="w-full h-full border-0"
1717
allowFullScreen
1818
title="Dev Simulator"

0 commit comments

Comments
 (0)