[READ-ONLY] Mirror of https://github.com/danielroe/werewolves-assistant-web-next.
0

Configure Feed

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

1import type { UseFetchOptions } from "#app"; 2 3const DEFAULT_USE_FETCH_OPTIONS = { headers: { "Content-Type": "application/json" } } satisfies UseFetchOptions<unknown>; 4 5export { DEFAULT_USE_FETCH_OPTIONS };