this repo has no description
0
fork

Configure Feed

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

Remove DEV check

It refers to local dev, not the dev site

+1 -2
+1 -2
src/components/media-modal.jsx
··· 295 295 <Icon icon="popout" /> 296 296 <span>Open original media</span> 297 297 </MenuLink> 298 - {import.meta.env.DEV && // Only dev for now 299 - !!states.settings.mediaAltGenerator && 298 + {!!states.settings.mediaAltGenerator && 300 299 !!IMG_ALT_API_URL && 301 300 !!mediaAttachments[currentIndex]?.url && 302 301 !mediaAttachments[currentIndex]?.description &&