this repo has no description
0
fork

Configure Feed

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

plausible

alice c920fa50 63ed73d6

+2 -2
+1 -1
next.config.mjs
··· 15 15 }; 16 16 17 17 // TODO: janky 18 - const USE_PLAUSIBLE = false; 18 + const USE_PLAUSIBLE = true; 19 19 const PLAUSIBLE_DOMAIN = "plausible.bsky.sh"; 20 20 21 21 if (USE_PLAUSIBLE) {
+1 -1
src/lib/config.ts
··· 7 7 "this is a blog. there are many like it, but this one is mine."; 8 8 export const GITHUB_USERNAME = "aliceisjustplaying"; 9 9 export const CLOUDFLARE_BEACON_TOKEN = "80339998c1034152803ce2df95a47a56"; 10 - export const USE_PLAUSIBLE = false; 10 + export const USE_PLAUSIBLE = true; 11 11 export const PLAUSIBLE_DOMAIN = "plausible.bsky.sh";