Build time rendering should remove query params from discovered paths. For example, with a path such as referrer?name=bob you would not want a page statically built for each query param as the combinations may be endless and rendered content unchanged.
Enhancement
Build time rendering should remove query params from discovered paths. For example, with a path such as
referrer?name=bob
you would not want a page statically built for each query param as the combinations may be endless and rendered content unchanged.