diff --git a/components/archive/card.vue b/components/archive/card.vue new file mode 100644 index 0000000..0d70526 --- /dev/null +++ b/components/archive/card.vue @@ -0,0 +1,46 @@ + + + diff --git a/components/archive/hero.vue b/components/archive/hero.vue new file mode 100644 index 0000000..8577632 --- /dev/null +++ b/components/archive/hero.vue @@ -0,0 +1,13 @@ + diff --git a/components/blog/card.vue b/components/blog/card.vue index 7e90e94..7918c29 100644 --- a/components/blog/card.vue +++ b/components/blog/card.vue @@ -11,7 +11,7 @@ defineProps<{
card photo diff --git a/components/category/card.vue b/components/category/card.vue index b015b8b..6cdba6f 100644 --- a/components/category/card.vue +++ b/components/category/card.vue @@ -26,7 +26,9 @@ const randbgcolor = ref(`${color.at(getRandomInt(0, 8))}`)