Skip to content

Commit

Permalink
cae4e5b fix: all charSet utf-8 issues (#6357)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed May 22, 2024
1 parent 995c178 commit 4b25be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default () => {
return (
<>
<head>
<meta charSet="utf-8" />
<meta charset="UTF-8" />
<title>Qwik Blank App</title>
<script type="module" src="/src/debug/index.ts" />
</head>
Expand Down

0 comments on commit 4b25be1

Please sign in to comment.