Fix browser console warning
This commit is contained in:
parent
a844af69a0
commit
67b3a91a23
2 changed files with 8 additions and 2 deletions
|
@ -88,5 +88,5 @@ pub async fn style() -> impl IntoResponse {
|
|||
.get_style_str()
|
||||
.to_string();
|
||||
|
||||
([("content-type", "style/css")], style)
|
||||
([("content-type", "text/css")], style)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue