Fixed Next.js Middleware, Added API Route Caching, and Removed Unused Packages

This commit is contained in:
Ahmad 2024-12-23 14:14:15 -05:00
parent a25d2bf951
commit a9bd470c68
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 48 additions and 244 deletions

View file

@ -16,7 +16,6 @@
"@hello-pangea/dnd": "^17.0.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "^15.1.2",
"@next/mdx": "^15.1.2",
"@prisma/client": "^6.0.1",
"@prisma/extension-accelerate": "^1.2.1",
@ -33,11 +32,9 @@
"@tanstack/react-query": "^5.62.9",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.4.1",
"@vercel/functions": "^1.5.0",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"compression": "^1.7.5",
"date-fns": "^4.1.0",
"dompurify": "^3.2.3",
"lodash": "^4.17.21",