fix twitter widget

This commit is contained in:
hzrd149 2023-02-08 15:49:49 -06:00
parent 96b04e2b44
commit 945579d2f8
2 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,8 @@
- Add "repost" button that mentions the note
- Add preview tab to note modal
- Save note drafts and let users manage them
- Add support for relay favicons
- Setup react-helmet to update window title
## Setup

View File

@ -15,6 +15,6 @@
<div id="root"></div>
<script type="module" src="./src/index.tsx"></script>
<script async src="./lib/twitter-widgets.js" charset="utf-8"></script>
<script async src="/lib/twitter-widgets.js" charset="utf-8"></script>
</body>
</html>