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

feat(next): use getStaticProps instead of getServerSideProps #5515

Merged
merged 23 commits into from
Dec 27, 2023

Conversation

maxgfr
Copy link
Member

@maxgfr maxgfr commented Dec 26, 2023

fix #5095

@maxgfr maxgfr changed the base branch from dev to maxgfr/add-build-time December 26, 2023 17:42
Base automatically changed from maxgfr/add-build-time to dev December 26, 2023 21:03
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@maxgfr maxgfr marked this pull request as ready for review December 27, 2023 13:18
@maxgfr maxgfr requested a review from a team as a code owner December 27, 2023 13:18
@maxgfr maxgfr merged commit 6e6c936 into dev Dec 27, 2023
20 checks passed
@maxgfr maxgfr deleted the maxgfr/replace-server-side branch December 27, 2023 16:12
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 this pull request may close these issues.

Migrer les getServerSideProps en getStaticProps sur les pages qui ne demandent pas de getStaticPaths
2 participants