this repo has no description
0
fork

Configure Feed

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

add plausble

+21
+1
package.json
··· 17 17 "bright": "^0.8.5", 18 18 "lucide-react": "^0.453.0", 19 19 "next": "15.0.1", 20 + "next-plausible": "^3.12.2", 20 21 "react": "^18", 21 22 "react-dom": "^18", 22 23 "react-markdown": "^9.0.1",
+16
pnpm-lock.yaml
··· 26 26 next: 27 27 specifier: 15.0.1 28 28 version: 15.0.1(@babel/core@7.25.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 29 + next-plausible: 30 + specifier: ^3.12.2 31 + version: 3.12.2(next@15.0.1(@babel/core@7.25.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 29 32 react: 30 33 specifier: ^18 31 34 version: 18.3.1 ··· 1613 1616 1614 1617 natural-compare@1.4.0: 1615 1618 resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} 1619 + 1620 + next-plausible@3.12.2: 1621 + resolution: {integrity: sha512-jyOYLAdwaZZR6nrzFhN9xfVjzYOG6mIQ/LLDCfdAS99ELy759cKfNxluGo+pI2Xh9cYxTFYYZGlnkyR3IPy4yg==} 1622 + peerDependencies: 1623 + next: ^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 1624 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 1625 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 1616 1626 1617 1627 next@15.0.1: 1618 1628 resolution: {integrity: sha512-PSkFkr/w7UnFWm+EP8y/QpHrJXMqpZzAXpergB/EqLPOh4SGPJXv1wj4mslr2hUZBAS9pX7/9YLIdxTv6fwytw==} ··· 4075 4085 nanoid@3.3.7: {} 4076 4086 4077 4087 natural-compare@1.4.0: {} 4088 + 4089 + next-plausible@3.12.2(next@15.0.1(@babel/core@7.25.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 4090 + dependencies: 4091 + next: 15.0.1(@babel/core@7.25.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 4092 + react: 18.3.1 4093 + react-dom: 18.3.1(react@18.3.1) 4078 4094 4079 4095 next@15.0.1(@babel/core@7.25.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 4080 4096 dependencies:
+4
src/app/layout.tsx
··· 1 1 import { Analytics } from "@vercel/analytics/react"; 2 2 import type { Metadata } from "next"; 3 + import NextPlausible from "next-plausible"; 3 4 import { Inter, Libre_Baskerville } from "next/font/google"; 4 5 import localFont from "next/font/local"; 5 6 ··· 44 45 }>) { 45 46 return ( 46 47 <html lang="en"> 48 + <head> 49 + <NextPlausible domain="https://plausible.mozzius.dev" selfHosted /> 50 + </head> 47 51 <body 48 52 className={cx( 49 53 sans.variable,