Podcastindex-org / web-ui

The public home page of podcastindex.org
MIT License
55 stars 122 forks source link

Fixed Node v14 error by replacing `replaceAll` with `replace` #323

Closed ericpp closed 9 months ago

ericpp commented 9 months ago

Should fix replaceAll issue introduced in #214

ericpp commented 9 months ago

@stevencrader Can you verify that this works with your setup? It seems to work on my laptop

stevencrader commented 9 months ago

This runs without errors for me in node 14

daveajones commented 9 months ago

Thanks guys! Will deploy today.