Skip to content

Commit

Permalink
fix: cleanup / remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
thnaylor committed Oct 30, 2023
1 parent 5d34326 commit dfd2ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/CustomSubstackEmbed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ window.CustomSubstackWidget = {
}
onMounted(() => {
substackScript.id = 'substackSrc'
substackScript.src = 'https://substackapi.com/widget.js'
substackScript.async = true
document.head.append(substackScript)
Expand Down

0 comments on commit dfd2ead

Please sign in to comment.