fix: bump cache key v3 + push to GitHub for Vercel deploy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
khondokartowsif171
2026-05-26 05:50:14 +06:00
parent 7a1a7a7c31
commit 55951b33b6
+2 -2
View File
@@ -334,8 +334,8 @@ const Projects = () => {
const [services, setServices] = React.useState(D.services); const [services, setServices] = React.useState(D.services);
React.useEffect(() => { React.useEffect(() => {
const CACHE_KEY = 'aura_services_v2'; const CACHE_KEY = 'aura_svc_v3';
const CACHE_TTL = 60 * 1000; const CACHE_TTL = 5 * 60 * 1000;
const cached = sessionStorage.getItem(CACHE_KEY); const cached = sessionStorage.getItem(CACHE_KEY);
if (cached) { if (cached) {
try { try {