Select the types of activity you want to include in your feed.
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>