Skip to content

Commit 47e5543

Browse files
committed
use loweracse charset
1 parent b808061 commit 47e5543

File tree

1 file changed

+2
-2
lines changed
  • e2e/solid-start/serialization-adapters/src/routes

1 file changed

+2
-2
lines changed

e2e/solid-start/serialization-adapters/src/routes/__root.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import appCss from '~/styles/app.css?url'
1515
export const Route = createRootRoute({
1616
head: () => ({
1717
meta: [
18-
{
19-
charSet: 'utf-8',
18+
{
19+
charset: 'utf-8',
2020
},
2121
{
2222
name: 'viewport',

0 commit comments

Comments
 (0)