a tool for shared writing and social publishing
0
fork

Configure Feed

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

add https prefix to make RSS link absolute

+1 -1
+1 -1
app/lish/Subscribe.tsx
··· 105 105 )} 106 106 107 107 <a 108 - href={`${props.base_url}/rss`} 108 + href={`https://${props.base_url}/rss`} 109 109 className="flex" 110 110 target="_blank" 111 111 aria-label="Subscribe to RSS"