this repo has no description
0
fork

Configure Feed

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

plausble proxy

+14 -7
+10 -6
next.config.mjs
··· 1 + import { withPlausibleProxy } from "next-plausible"; 2 + 1 3 /** @type {import('next').NextConfig} */ 2 4 const nextConfig = { 3 5 images: { 4 6 remotePatterns: [ 5 7 { 6 - protocol: 'https', 7 - hostname: 'amanita.us-east.host.bsky.network', 8 - pathname: '/xrpc/com.atproto.sync.getBlob', 8 + protocol: "https", 9 + hostname: "amanita.us-east.host.bsky.network", 10 + pathname: "/xrpc/com.atproto.sync.getBlob", 9 11 // search: '?did=did%3Aplc%3Ap2cp5gopk7mgjegy6wadk3ep&cid=**', 10 12 }, 11 - ] 12 - } 13 + ], 14 + }, 13 15 }; 14 16 15 - export default nextConfig; 17 + export default withPlausibleProxy({ 18 + customDomain: "https://plausible.mozzius.dev", 19 + })(nextConfig);
+4 -1
src/app/layout.tsx
··· 46 46 return ( 47 47 <html lang="en"> 48 48 <head> 49 - <NextPlausible domain="https://plausible.mozzius.dev" selfHosted /> 49 + <NextPlausible domain="https://mozzius.dev" 50 + customDomain="https://plausible.mozzius.dev" 51 + trackOutboundLinks 52 + selfHosted /> 50 53 </head> 51 54 <body 52 55 className={cx(