a tool for shared writing and social publishing
0
fork

Configure Feed

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

fix link in toast

+5 -1
+5 -1
components/ShareOptions/DomainOptions.tsx
··· 154 154 content: ( 155 155 <div className="font-bold"> 156 156 Published to custom domain!{" "} 157 - <a className="underline text-accent-2" href="/"> 157 + <a 158 + className="underline text-accent-2" 159 + href={`https://${selectedDomain}/${selectedRoute}`} 160 + target="_blank" 161 + > 158 162 View 159 163 </a> 160 164 </div>