proxy /tweets site to GitHub pages

This commit is contained in:
2024-02-16 23:56:05 -05:00
parent 6f5c066525
commit 7080350ee7
3 changed files with 30 additions and 21 deletions
+5 -5
View File
@@ -38,7 +38,7 @@
"gray-matter": "^4.0.3",
"next": "14.1.0",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.4.0",
"next-seo": "^6.5.0",
"obj-str": "^1.1.0",
"p-map": "^7.0.1",
"p-memoize": "^7.1.1",
@@ -67,13 +67,13 @@
"remark-unwrap-images": "^4.0.0",
"sitemap": "^7.1.1",
"stitches-normalize": "^3.0.1",
"swr": "^2.2.4",
"swr": "^2.2.5",
"unified": "^11.0.4"
},
"devDependencies": {
"@jakejarvis/eslint-config": "^3.1.0",
"@types/comma-number": "^2.1.2",
"@types/node": "^20.11.18",
"@types/node": "^20.11.19",
"@types/novnc__novnc": "^1.3.4",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.55",
@@ -113,9 +113,9 @@
"eslint"
]
},
"packageManager": "pnpm@8.15.2",
"packageManager": "pnpm@8.15.3",
"volta": {
"node": "20.11.1",
"pnpm": "8.15.2"
"pnpm": "8.15.3"
}
}