Select the types of activity you want to include in your feed.
1export function generateLink(path = "") { 2 const baseUrl = 3 import.meta.env.VITE_APP_URL || 4 `${window.location.protocol}//${window.location.host}`; 5 6 return `${baseUrl}${path}`; 7}