fraitag

Results 1 comments of fraitag

Are you shure? I check code of next 12.3.1 and critters and i found place when assetPrefix is replaced. https://github.com/GoogleChromeLabs/critters/blob/main/packages/critters/src/index.js#L242 ```javascript if (normalizedPath.indexOf(pathPrefix) === 0) { normalizedPath = normalizedPath .substring(pathPrefix.length)...