Fix browser console warning

This commit is contained in:
Pierre Berthe 2024-07-25 12:42:04 +02:00
parent a844af69a0
commit 67b3a91a23
2 changed files with 8 additions and 2 deletions

View file

@ -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)
}