mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
805b95b490
https://github.com/wintercms/winter/pull/552 introduced a change where all backend assets are converted to URLs to provide support for the `app.asset_url` configuration variable. This change allows asset decompilation to still work by converting a (local) URL back to a relative path. If a URL doesn't match the root URL, then it is passed through as is with no decompilation taking place. Fixes https://github.com/wintercms/winter/issues/562.