I want to capture params using {{context.headers.REQUEST_URI}}
_next.liquid
{{context.headers.REQUEST_URI}}
/_next/static/chunks/hello.js
But when this URL has two dots
/_next/static/chunks/hello.there.js [its not working]. Its become 404
How to capture this params ?
Solution:
I put in config file "/assets"
Thanks