Look into supporting and transforming query parameters #89
sebastiandedeyne
started this conversation in
Ideas
Replies: 2 comments
-
New URL for reference: https://nextjs.org/docs/advanced-features/static-html-export |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey! Any updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Query parameters can't be used in the export bundle, but we might be able to transform them to fully qualified URL's in the export.
This would be useful to use Laravel's default pagination and have it supported in the export.
Next.js solves this by supporting a path map: https://github.com/zeit/next.js/#static-html-export
This feature should be added at some point, but I don't think it's critical for a 1.0 release.
Beta Was this translation helpful? Give feedback.
All reactions