this repo has no description
0
fork

Configure Feed

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

fix partykit, revert to next 14.0.2

alice 827334ba 705d14cd

+2 -2
bun.lockb

This is a binary file and will not be displayed.

+1 -1
package.json
··· 17 17 "bookmarkleter": "^1.1.0", 18 18 "eslint": "^8.54.0", 19 19 "eslint-config-next": "^14.0.3", 20 - "next": "canary", 20 + "next": "14.0.2", 21 21 "postcss": "^8.4.31", 22 22 "prism-react-renderer": "^2.2.0", 23 23 "react": "^18.2.0",
+1 -1
src/app/layout.tsx
··· 8 8 <html lang="en"> 9 9 <body> 10 10 {children} 11 - <Script src="https://cursor-party.YOUR-USERNAME-HERE.partykit.dev/cursors.js"></Script> 11 + <Script src="https://cursor-party.aliceisjustplaying.partykit.dev/cursors.js"></Script> 12 12 </body> 13 13 <GA /> 14 14 </html>