Skip to content

Commit

Permalink
Merge pull request #1 from Guilherme-HJA/develop
Browse files Browse the repository at this point in the history
Fix Reload Data Error
  • Loading branch information
AE517 authored Sep 24, 2024
2 parents 5361ca9 + 5848f07 commit cbd0206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { defineNuxtConfig } from 'nuxt/config';

export default defineNuxtConfig({
ssr: false,
devtools: { enabled: true },
modules: ['@nuxtjs/tailwindcss', 'nuxt-icon', '@nuxtjs/mdc', '@nuxt/image'],
mdc: {
Expand Down
2 changes: 1 addition & 1 deletion pages/projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GithubCard
v-for="(repo, index) in repositories"
:repo="repo"
:class="`animate-fade-up animate-delay-${100 * index}`"
:class="`animate-fade-up animate-delay-${500 * index}`"
/>
</div>
</div>
Expand Down

0 comments on commit cbd0206

Please sign in to comment.