this repo has no description
0
fork

Configure Feed

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

fix

alice 0bb03940 c4f7a12e

+1
+1
next.config.mjs
··· 1 1 import { withPlausibleProxy } from "next-plausible"; 2 + import { PLAUSIBLE_DOMAIN, USE_PLAUSIBLE } from "./src/lib/config"; 2 3 3 4 /** @type {import('next').NextConfig} */ 4 5 const nextConfig = {