Skip to content

Commit ae655b1

Browse files
32grahamEisenbergEffect
authored andcommitted
fix(index): specify utf-8 as the charset (aurelia#701)
Follow best practice to explicitly declare a charset. Relates to aurelia#642
1 parent 064d26b commit ae655b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

skeleton-typescript-webpack/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<meta charset="utf-8">
45
<title><%- webpackConfig.metadata.title %></title>
56
<meta name="viewport" content="width=device-width, initial-scale=1">
67
<base href="<%- webpackConfig.metadata.baseUrl %>">

0 commit comments

Comments
 (0)