this repo has no description
0
fork

Configure Feed

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

sigh

alice 72468286 c920fa50

+6 -6
+6 -6
next.config.mjs
··· 15 15 }; 16 16 17 17 // TODO: janky 18 - const USE_PLAUSIBLE = true; 18 + // const USE_PLAUSIBLE = true; 19 19 const PLAUSIBLE_DOMAIN = "plausible.bsky.sh"; 20 20 21 - if (USE_PLAUSIBLE) { 22 - nextConfig = withPlausibleProxy({ 23 - customDomain: `https://${PLAUSIBLE_DOMAIN}`, 24 - })(nextConfig); 25 - } 21 + // if (USE_PLAUSIBLE) { 22 + nextConfig = withPlausibleProxy({ 23 + customDomain: `https://${PLAUSIBLE_DOMAIN}`, 24 + })(nextConfig); 25 + // } 26 26 27 27 export default nextConfig;