Skip to content

Commit 5702baa

Browse files
committed
Fixed homepage
1 parent 7b90d77 commit 5702baa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,8 +1467,8 @@ <h3 class="font-bold text-lg">Source Code</h3>
14671467

14681468
<!-- WIX INTERACT RUNTIME -->
14691469
<script type="module">
1470-
// import { Interact } from 'https://esm.sh/@wix/interact@1.92.0';
1471-
import { Interact } from './packages/interact/dist/es/web.js';
1470+
import { Interact } from 'https://esm.sh/@wix/interact@1.92.0';
1471+
// import { Interact } from './packages/interact/dist/es/web.js';
14721472

14731473
// --- 1. HERO GRID LOGIC ---
14741474
const gridContainer = document.getElementById('grid-container');

0 commit comments

Comments
 (0)