Open erikaheidi opened 1 year ago
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.
/page/number
?page=number
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
.