Skip to content

Commit 33c0fdf

Browse files
committed
Update deploy scripts
1 parent 7b9466a commit 33c0fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default task('api', async () => {
1212
if (err) throw err;
1313
const output = scripts.map(script => {
1414
const contents = JSON.parse(script);
15-
contents.slug = encodeURIComponent(`[${contents.vocshort}] ${contents.name}.xbst`).split('%20').join('+');
15+
contents.slug = encodeURIComponent(`[${contents.vocshort}] ${contents.name}.xbst`);
1616
return contents;
1717
});
1818
fs.writeJson('./build/list.json', output, function (err) {

0 commit comments

Comments
 (0)