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
Pagination is implemented for the static build but the preview site still uses url parameters to set the page. we must make sure the preview site uses the same format as the static build: /page/number instead of ?page=number.
The text was updated successfully, but these errors were encountered:
Pagination is implemented for the static build but the preview site still uses url parameters to set the page. we must make sure the preview site uses the same format as the static build:
/page/number
instead of?page=number
.The text was updated successfully, but these errors were encountered: