mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 22:49:31 -07:00
SEO, images, cleanup
This commit is contained in:
@@ -32,7 +32,6 @@ export function useStars() {
|
||||
} catch (error) {
|
||||
console.error('Error fetching stars:', error)
|
||||
|
||||
// Fall back to cached data if available
|
||||
const cachedData = localStorage.getItem(CACHE_KEY)
|
||||
if (cachedData) {
|
||||
const { count } = JSON.parse(cachedData)
|
||||
|
||||
Reference in New Issue
Block a user