frontends icon indicating copy to clipboard operation
frontends copied to clipboard

handle listing query params for `isr` rendering

Open mkucmus opened this issue 11 months ago • 1 comments

Describe the feature

utilize configuration described here https://github.com/nitrojs/nitro/pull/2780 to make vercel (or other providers serving isr) aware of dynamic routes that can also have a dynamic query params.

currently the whole entrypoint for a specific route is cached regardless the query params provided in URL.

Description

--

Acceptance Criteria

No response

Additional information

  • [x] Would you be willing to help implement this feature?

Checks

mkucmus avatar Jan 28 '25 08:01 mkucmus

the issue was reported here: https://github.com/nitrojs/nitro/issues/1880#issuecomment-2639226324

mkucmus avatar Feb 06 '25 09:02 mkucmus