Skip to content

Commit fce0db8

Browse files
committed
fix: added utf-8 encoding to default html shell
1 parent 3103499 commit fce0db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/perseus/src/init.rs

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use sycamore::{
2222
static DFLT_INDEX_VIEW: &str = r#"<!DOCTYPE html>
2323
<html>
2424
<head>
25+
<meta charset=UTF-8" />
2526
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2627
</head>
2728
<body>

0 commit comments

Comments
 (0)