Skip to content

Commit

Permalink
Update frame.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PUNKPOTUS authored Oct 7, 2024
1 parent e4841b6 commit 3b8aef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frames/frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}
}

const url = 'https://punkpotus.one/frames';
const url = 'https://punkpotus.one/frames/index.html';
fetchHTML(url)
.then(dom => extractMetadata(dom))
.then(metadata => createMediaElement(metadata))
Expand Down

0 comments on commit 3b8aef7

Please sign in to comment.