a tool for shared writing and social publishing
0
fork

Configure Feed

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

copy https link for custom domains

+1 -1
+1 -1
components/ShareOptions/index.tsx
··· 125 125 id="get-publish-link" 126 126 fullLink={ 127 127 domains?.[0] 128 - ? `http://${domains[0].domain}${domains[0].route}` 128 + ? `https://${domains[0].domain}${domains[0].route}` 129 129 : undefined 130 130 } 131 131 link={publishLink || ""}