Skip to content

Commit 8bc5283

Browse files
committed
remove double title in index.html
1 parent 38585ff commit 8bc5283

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

demo/index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<title>Eksml Demo</title>
6-
<meta name="description" content="" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<link rel="stylesheet" href="/app/app.css" />
9-
<!-- VITE_EMBER_SSR_HEAD -->
10-
</head>
113

12-
<body>
13-
<!-- VITE_EMBER_SSR_BODY -->
14-
<script type="module" src="/app/entry.ts"></script>
15-
</body>
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="description" content="" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<link rel="stylesheet" href="/app/app.css" />
9+
<!-- VITE_EMBER_SSR_HEAD -->
10+
</head>
11+
12+
<body>
13+
<!-- VITE_EMBER_SSR_BODY -->
14+
<script type="module" src="/app/entry.ts"></script>
15+
</body>
16+
1617
</html>

0 commit comments

Comments
 (0)