stereobooster / react-snap

👻 Zero-configuration framework-agnostic static prerendering for SPAs
MIT License
5.04k stars 391 forks source link

[bug] chinese character in url is not supported #417

Open jkyngan opened 4 years ago

jkyngan commented 4 years ago

Bug Report

Current Behavior url path of "/中文/" will generate path of urlencoded "%E4%B8%AD%E6%96%87", than the web server cannot fetch the cached version.

Expected behavior/code url path of "/中文/" will generate path of "/中文/"(not urlencoded) static file