mirror your GitHub repos to tangled.org automatically
1

Configure Feed

Select the types of activity you want to include in your feed.

at main 206 B View raw
1<script setup lang="ts"> 2useSeoMeta({ 3 title: 'synchub.to', 4 description: 'Mirror your GitHub repos to tangled.org, automatically.', 5}) 6</script> 7 8<template> 9 <div> 10 <NuxtPage /> 11 </div> 12</template>