mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-11-18 09:56:26 +01:00
download twitter widget code
This commit is contained in:
3
.prettierignore
Normal file
3
.prettierignore
Normal file
@@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
dist
|
||||
src/lib
|
||||
@@ -14,10 +14,6 @@
|
||||
<div id="root"></div>
|
||||
<script type="module" src="./src/index.tsx"></script>
|
||||
|
||||
<script
|
||||
async
|
||||
src="https://platform.twitter.com/widgets.js"
|
||||
charset="utf-8"
|
||||
></script>
|
||||
<script async src="./src/lib/twitter-widgets.js" charset="utf-8"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "vite serve",
|
||||
"build": "tsc && vite build",
|
||||
"format": "prettier --ignore-path .gitignore -w ."
|
||||
"format": "prettier --ignore-path .prettierignore -w ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^2.0.14",
|
||||
|
||||
10
src/lib/twitter-widgets.js
Normal file
10
src/lib/twitter-widgets.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user