Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gjssss committed Apr 26, 2024
1 parent 741c963 commit 67e78b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const { data: navigation } = await useAsyncData('nav', async () => {
<NuxtLink v-for="item in navigation" :key="item._id" :href="item._path">
{{ item.title }}
</NuxtLink>
<NuxtLink href="/resume" target="_blank">
<!-- <NuxtLink href="/resume" target="_blank">
简历
</NuxtLink>
</NuxtLink> -->
<nuxt-link to="https://github.com/gjssss" target="_blank">
<div class="i-carbon-logo-github cursor-pointer text-5" />
</nuxt-link>
Expand Down

0 comments on commit 67e78b5

Please sign in to comment.