We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bcab5 commit f7e79a8Copy full SHA for f7e79a8
1 file changed
webui/ssg/index.js
@@ -61,7 +61,7 @@ const Server = require('./server');
61
throw new Error(`page ${url.href} not found: ${msg}`)
62
}
63
64
- let p = path.join('../dist', url.pathname)
+ let p = path.join('../dist', decodeURIComponent(url.pathname))
65
if (!fs.existsSync(path.dirname(p))){
66
fs.mkdirSync(path.dirname(p), { recursive: true });
67
0 commit comments