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: decode url before serving static files #2201

Merged
merged 4 commits into from Feb 26, 2021
Merged

fix: decode url before serving static files #2201

merged 4 commits into from Feb 26, 2021

Conversation

CHOYSEN
Copy link
Contributor

@CHOYSEN CHOYSEN commented Feb 24, 2021

Fix #2195

@CHOYSEN
Copy link
Contributor Author

CHOYSEN commented Feb 24, 2021

The test relies on the following code:

test('should have no 404s', () => {
browserLogs.forEach((msg) => {
expect(msg).not.toMatch('404')
})
})

@CHOYSEN CHOYSEN changed the title fix: decode url when serving public file fix: decode url before serving static files Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image with whitespace won't load from 'public' folder
2 participants