modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
984 stars 187 forks source link

fix(frontend): project search page with trailing slash #2914

Closed Erb3 closed 1 week ago

Erb3 commented 2 weeks ago

Replaces the substring operation to find project type with a regex. The regex is a bit complex, so I added a comment explaining it.

Resolves #1382