an app to share curated trails sidetrail.app
1

Configure Feed

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

1// Mock for next/cache in tests 2// In tests, cache revalidation is a no-op 3 4export function revalidatePath(_path: string): void { 5 // No-op in tests 6} 7 8export function revalidateTag(_tag: string): void { 9 // No-op in tests 10}