this repo has no description
0
fork

Configure Feed

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

ok no plausible for now

alice 625a496a 3b206a41

+2 -11
+2 -4
next.config.js
··· 1 - const { withPlausibleProxy } = require('next-plausible'); 2 - 3 - module.exports = withPlausibleProxy({ customDomain: 'https://plausible.bsky.sh' })({ 1 + module.exports = { 4 2 async headers() { 5 3 return [ 6 4 { ··· 14 12 }, 15 13 ]; 16 14 }, 17 - }); 15 + };
-7
src/app/bcl13/page.tsx
··· 1 1 import type { Metadata } from 'next'; 2 2 import React from 'react'; 3 3 import Link from 'next/link'; 4 - import NextPlausible from 'next-plausible'; 5 4 import { headers } from 'next/headers'; 6 5 7 6 export function generateMetadata(): Metadata { ··· 44 43 export default async function Page() { 45 44 return ( 46 45 <> 47 - <NextPlausible 48 - domain={`https://bcl13.bsky.sh`} 49 - customDomain={`https://plausible.bsky.sh`} 50 - trackOutboundLinks 51 - selfHosted 52 - /> 53 46 <div className="main"> 54 47 <h1>Thanks for coming to my talk!</h1> 55 48 <Link href={`https://bsky.app/profile/did:plc:by3jhwdqgbtrcc7q4tkkv3cf`}>@alice.mosphere.at</Link> on Bluesky