Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert SSR routes to ISR / SSG routes by generating static params during build time #181

Closed
rithviknishad opened this issue Dec 14, 2023 · 0 comments · Fixed by #182
Closed
Assignees

Comments

@rithviknishad
Copy link
Member

rithviknishad commented Dec 14, 2023

Currently, Contributor profile page is an SSR function. Convert it to an ISR/SSG route by statically determining all the possible routes.

Ref: https://nextjs.org/docs/app/api-reference/functions/generate-static-params

image

Currently Deployment Status

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant