Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(routing): fix Windows normalize bug #4

Closed
wants to merge 1 commit into from

Commits on Dec 26, 2020

  1. fix(routing): fix Windows normalize bug

    The use of normalize function from Node library in Windows return
    unexpected backslash when normalizing slug. The use of normalize library
    should be completely removed, as a hot fix I added the slash library to
    revert Windows backslash.
    mtaberna committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    468ad25 View commit details
    Browse the repository at this point in the history