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

svg has mimetype text/plain #369

Open
halcwb opened this issue Mar 6, 2023 · 0 comments
Open

svg has mimetype text/plain #369

halcwb opened this issue Mar 6, 2023 · 0 comments

Comments

@halcwb
Copy link

halcwb commented Mar 6, 2023

When running an application that shows some svg images, these won't show up.

I have tried: use_mime_types [".svg", "image/svg+xml"], however, still the mimetype is set at text/plain.

let application = application {
    url ("http://*:" + port.ToString() + "/")
    use_router webApp
    memory_cache
    use_gzip
    use_mime_types [
            ".svg", "image/svg+xml"
            ".png", "image/png"
        ]
    use_static "public" 

image

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

No branches or pull requests

1 participant