You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.
Nextjs has fallback feature. For example if you have blog with 1kk articles, you don't have to build static html for every article, you can set fallback: true in getStaticPaths and it will generate html for that article, return to user and save it with other static htmls.
If I understand right - with serverless-next.js component we upload only those static file which were been generated during build and fallback-pages don't upload to other static pages.
Will you add this feature in the future?
The text was updated successfully, but these errors were encountered:
Nextjs has fallback feature. For example if you have blog with 1kk articles, you don't have to build static html for every article, you can set
fallback: true
ingetStaticPaths
and it will generate html for that article, return to user and save it with other statichtml
s.If I understand right - with
serverless-next.js
component we upload only those static file which were been generated during build and fallback-pages don't upload to other static pages.Will you add this feature in the future?
The text was updated successfully, but these errors were encountered: