Fix light theme, fix animation bugs, add programmatic scrolling, improve custom card blog component

This commit is contained in:
2024-06-19 18:06:17 +03:00
parent 3e39bda014
commit 2204709c0e
12 changed files with 313 additions and 222 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export default defineNuxtRouteMiddleware((to, _from) => {
export default defineNuxtRouteMiddleware((to, from) => {
const { reader } = storeToRefs(usePageStore())
reader.value = /\/blog\/(.*)/.test(to.path)