next.js
4f260d68 - fix: metadata image route Windows path escaping (#71615)

Commit
1 year ago
fix: metadata image route Windows path escaping (#71615) ### Why? When handling the `opengraph-image` size exceeding the limit, we mapped with string literal between Rust and JavaScript. The Rust string literal contains backslashes `\` on Windows, incompatible with JavaScript string syntax. Fixes #71582 --------- Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
Author
Parents
Loading