Skip to content

Commit 1595fdb

Browse files
committed
chore: add link to source and enable more repos
1 parent bc98e24 commit 1595fdb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/app.vue

+7-7
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ const openState = reactive<Record<string, boolean>>({})
212212
</template>
213213
</main>
214214
<footer class="font-sans mt-auto p-2 text-center text-sm opacity-75 hover:opacity-100">
215-
<!-- <a
216-
class="hover:underline text-white"
217-
href="https://github.com/danielroe/unsight.dev"
218-
>
219-
source
220-
</a>
221-
&middot; -->
215+
<a
216+
class="hover:underline text-white"
217+
href="https://github.com/danielroe/unsight.dev"
218+
>
219+
source
220+
</a>
221+
&middot;
222222
made with ❤️ by <a
223223
class="font-semibold hover:underline text-white"
224224
href="https://bsky.app/profile/danielroe.dev"

server/api/clusters/[...repo].ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const linkedRepos: Record<string, AllowedRepo[]> = {
77
'danielroe/beasties': ['GoogleChromeLabs/critters'],
88
'nitrojs/nitro': ['unjs/h3', 'unjs/c12', 'unjs/unenv', 'unjs/ofetch'],
99
'vitejs/vite': ['rollup/rollup'],
10-
'nuxt/nuxt': ['nitrojs/nitro'],
10+
'nuxt/nuxt': ['nitrojs/nitro', 'unjs/h3', 'unjs/c12', 'unjs/unenv', 'unjs/ofetch'],
1111
}
1212

1313
export default defineCachedEventHandler(async (event) => {

0 commit comments

Comments
 (0)