mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
Enhance project star icon with hover animation, update compatibility date, and remove unused pnpm configuration
This commit is contained in:
@@ -52,7 +52,7 @@ const { data: projects } = await useAsyncData('all-projects', () => {
|
||||
v-if="project.favorite"
|
||||
name="i-ph-star-duotone"
|
||||
size="16"
|
||||
class="text-amber-500"
|
||||
class="text-amber-500 hover:rotate-360 duration-300"
|
||||
/>
|
||||
</UTooltip>
|
||||
</div>
|
||||
|
||||
@@ -168,7 +168,6 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
/* FIXME: remove when module is fixed
|
||||
// Nuxt Visitors
|
||||
visitors: {
|
||||
@@ -177,5 +176,5 @@ export default defineNuxtConfig({
|
||||
},
|
||||
*/
|
||||
|
||||
compatibilityDate: '2025-01-28',
|
||||
compatibilityDate: '2025-04-19',
|
||||
})
|
||||
|
||||
@@ -48,8 +48,5 @@
|
||||
"typescript": "^5.8.3",
|
||||
"vue-tsc": "^2.2.8",
|
||||
"wrangler": "^4.12.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"neverBuiltDependencies": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user