-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Fix 404 page generation + refactor all layouts SSG/SSR #346
Conversation
…lexible) + fix "404 page" generation
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 15a3ac3 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-hzcsy59cx-unly-oss.vercel.app |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit f2bdbad previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-r551y7q8b-unly-oss.vercel.app |
…ing a function (more flexible)
❌ Deployment FAILED |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 8ecce99 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-3vqw9bv9x-unly-oss.vercel.app |
…Props to functions returning a function (more flexible)
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit c94a851 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-9yzyum9mz-unly-oss.vercel.app |
✅ Deployment SUCCESS |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 8f86bc4 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-cirhlr4ll-unly-oss.vercel.app |
✅ E2E tests SUCCESS for commit d4bebcd previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-cqkepklcu-unly-oss.vercel.app |
✅ Deployment SUCCESS |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 0ce029f previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-jz01nr593-unly-oss.vercel.app |
✅ E2E tests SUCCESS for commit 2b0b8ae previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-mnywdft8i-unly-oss.vercel.app |
The 404 page is failing in some edge cases, when it tries to redirect to 404 while building the 404 page itself.
Using a new and more modular way to use
getStaticPaths/getStaticProps/getServerSideProps
. (better composition)