From 58f842f75a5a75ef63d9208631a7b1bea6335ec5 Mon Sep 17 00:00:00 2001 From: Blaquewithaq Date: Mon, 16 Jun 2025 14:10:26 -0500 Subject: [PATCH] fix: misc fixes --- .github/workflows/release.yml | 2 +- app/components/projects/GitHubGridCard.vue | 2 +- app/pages/blog/index.vue | 2 +- app/pages/index.vue | 6 ++++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 180ee7b..e53b79a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: NUXT_PUBLIC_ASSET_KEY: ${{ secrets.NUXT_PUBLIC_ASSET_KEY }} - name: Push assets - run: bun run ftp:assets:push + run: bun run ftp:assets:push --force env: REMOTE_CONNECTION: ${{ secrets.REMOTE_CONNECTION }} diff --git a/app/components/projects/GitHubGridCard.vue b/app/components/projects/GitHubGridCard.vue index 2d1f2da..fcf3249 100644 --- a/app/components/projects/GitHubGridCard.vue +++ b/app/components/projects/GitHubGridCard.vue @@ -25,7 +25,7 @@ const props = defineProps() {{ item.avatar?.alt }} @@ -181,7 +182,8 @@ onMounted(async () => { class="flex items-center" > {{ item.avatar?.alt }}