From b524f1fa52bd5210e715b8c0e700f27a26dd069a Mon Sep 17 00:00:00 2001 From: Moises Sacal <moisbo@gmail.com> Date: Wed, 15 Jan 2020 09:14:21 +1100 Subject: [PATCH] updated meta tag to set responsive on mobile --- src/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.html b/src/index.html index a1c0ca5..698de39 100644 --- a/src/index.html +++ b/src/index.html @@ -2,6 +2,8 @@ <html> <head> <meta charset="utf-8"/> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title><%= htmlWebpackPlugin.options.title %></title> </head> <body> -- GitLab