-
-
Notifications
You must be signed in to change notification settings - Fork 259
Add nextjs pages router demo #473
Copy link
Copy link
Open
Labels
auto-generatedAutomatically generated contentAutomatically generated contentclaude-codeItems created or modified by Claude CodeItems created or modified by Claude Code
Metadata
Metadata
Assignees
Labels
auto-generatedAutomatically generated contentAutomatically generated contentclaude-codeItems created or modified by Claude CodeItems created or modified by Claude Code
We need an example of next.js using the older pages router
Can you make it similar to https://github.com/DavidWells/analytics/tree/master/examples/nextjs-app-router but using the pages router instead?
Keep the code JS, do not convert to TS. Also don't use semi-colons.
Next.js is on v15.3.4 https://www.npmjs.com/package/next
Thanks @claude