Skip to content

fix: decode url before serving static files#2201

Merged
yyx990803 merged 4 commits intovitejs:mainfrom
CHOYSEN:patch_decode
Feb 26, 2021
Merged

fix: decode url before serving static files#2201
yyx990803 merged 4 commits intovitejs:mainfrom
CHOYSEN:patch_decode

Conversation

@CHOYSEN
Copy link
Copy Markdown
Contributor

@CHOYSEN CHOYSEN commented Feb 24, 2021

Fix #2195

@CHOYSEN
Copy link
Copy Markdown
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')
})
})

@yyx990803
Copy link
Copy Markdown
Member

@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