How to handle this? ``` { "rewrites": [ {"source": "/assets/**", "destination": "../Core/assets/**"} ] } ```
How to handle this?