This commit is contained in:
Dennis Konkol
2025-09-05 23:00:47 +00:00
parent b1d6bf08ba
commit a3f7b37460

View File

@@ -73,7 +73,7 @@ export const projectService = {
...data, ...data,
performance: data.performance || { lighthouse: 90, bundleSize: '50KB', loadTime: '1.5s' }, performance: data.performance || { lighthouse: 90, bundleSize: '50KB', loadTime: '1.5s' },
analytics: data.analytics || { views: 0, likes: 0, shares: 0 } analytics: data.analytics || { views: 0, likes: 0, shares: 0 }
} as any } as Record<string, unknown>
}); });
}, },