Skip to content

Commit

Permalink
Fixed intel fetch errors
Browse files Browse the repository at this point in the history
Amd now actually uses the cache...  before it used the wrong key to search in the database.
  • Loading branch information
UltimateDoge5 committed Oct 3, 2023
1 parent e71cec2 commit 144e2f0
Show file tree
Hide file tree
Showing 8 changed files with 405 additions and 404 deletions.
5 changes: 1 addition & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
experimental: {
appDir: true,
},
swcMinify: true
};

module.exports = nextConfig;
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@upstash/redis": "^1.22.0",
"@upstash/redis": "^1.22.1",
"@vercel/analytics": "^1.0.2",
"@vercel/og": "^0.5.13",
"@vercel/og": "^0.5.17",
"cheerio": "1.0.0-rc.12",
"framer-motion": "^10.16.4",
"next": "^13.4.19",
"next": "^13.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.3",
"swr": "^2.2.2",
"swr": "^2.2.4",
"typescript": "5.1.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.15",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"eslint": "8.46.0",
"eslint-config-next": "^13.4.19",
"eslint-config-next": "^13.5.4",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"vitest": "^0.34.3"
"vitest": "^0.34.6"
}
}

1 comment on commit 144e2f0

@vercel
Copy link

@vercel vercel bot commented on 144e2f0 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.