this repo has no description
0
fork

Configure Feed

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

add beforeInteractive for NextPlausible (debug)

alice 6a630d35 13a7fd38

+5
+5
src/app/layout.tsx
··· 57 57 <NextPlausible 58 58 domain={HOSTNAME} 59 59 customDomain={`https://${PLAUSIBLE_DOMAIN}`} 60 + scriptProps={{ 61 + /* 62 + // @ts-expect-error because */ 63 + strategy: "beforeInteractive", 64 + }} 60 65 trackOutboundLinks 61 66 selfHosted 62 67 />