Skip to content

Commit 3e300cf

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)