Skip to content

Commit eb3edfe

Browse files
committed
chore: try nitro
1 parent cf35989 commit eb3edfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/app.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import hexRgb from 'hex-rgb'
33
4-
const { data: clusters, refresh, status } = useFetch('/api/clusters/nuxt/nuxt', {
4+
const { data: clusters, refresh, status } = useFetch('/api/clusters/nitrojs/nitro', {
55
server: false,
66
immediate: import.meta.client && !('startViewTransition' in document),
77
default: () => [],
@@ -51,7 +51,7 @@ async function updateSearch() {}
5151
</p>
5252
</nav>
5353
<p class="flex gap-2 items-center">
54-
nuxt/nuxt
54+
nitrojs/nitro
5555
<button
5656
class="rounded-full w-7 h-7 flex place-items-center border-solid border border-gray-700 bg-transparent color-gray-400 py-2 hover:color-gray-200 active:color-white focus:color-gray-200 hover:border-gray-400 active:border-white focus:border-gray-400 transition-colors"
5757
:class="{ 'animate-spin opacity-50 pointer-events-none': status === 'pending' || status === 'idle' }"

0 commit comments

Comments
 (0)