Skip to content

Commit

Permalink
Improve projects page load performance removing the await from useFet…
Browse files Browse the repository at this point in the history
…ch (#63)
  • Loading branch information
TeshaneCrawford authored Oct 20, 2024
1 parent 3d62099 commit 57acec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ useHead({
],
})
const { data } = await useFetch('/api/repos')
const { data } = useFetch('/api/repos')
</script>

<template>
Expand Down

0 comments on commit 57acec4

Please sign in to comment.