mirror your GitHub repos to tangled.org automatically synchub.to
mirror sync tangled github git
96

Configure Feed

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

docs: update source url from github ⇉ tangled

authored by cylewaitfor.it and committed by

Tangled (Jul 5, 2026, 5:21 PM +0300) c053c4a3 31f9792b

+2 -1
+2 -1
app/pages/index.vue
··· 10 10 } 11 11 12 12 const installUrl = 'https://github.com/apps/synchub-to/installations/new' 13 + const sourceUrl = 'https://tangled.org/danielroe.dev/synchub.to' 13 14 14 15 const heading = useTemplateRef('heading') 15 16 const router = useRouter() ··· 88 89 <p class="foot-stmt__line">code in sync.</p> 89 90 <div class="foot-stmt__meta"> 90 91 <SynchubMark :wordmark="true" :size="18" /> 91 - <span class="muted">© 2026 · MIT · <a href="https://github.com/danielroe/synchub.to">source</a></span> 92 + <span class="muted">© 2026 · MIT · <a :href="sourceUrl">source</a></span> 92 93 </div> 93 94 </footer> 94 95 </div>