diff options
author | gumi <git@gumi.ca> | 2019-07-25 22:23:49 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-25 22:23:49 -0400 |
commit | e24b06c72aebdb4cd3d75e83d83fcd7a39820ebb (patch) | |
tree | 02309bc4f5336bab31d67c7951c89195924a412b /public/index.html | |
parent | 310c70c0a5b11a95ed85ae63e4fb2cf1d3441880 (diff) | |
download | website-e24b06c72aebdb4cd3d75e83d83fcd7a39820ebb.tar.gz website-e24b06c72aebdb4cd3d75e83d83fcd7a39820ebb.tar.bz2 website-e24b06c72aebdb4cd3d75e83d83fcd7a39820ebb.tar.xz website-e24b06c72aebdb4cd3d75e83d83fcd7a39820ebb.zip |
prepare for production
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 38a7098..11aacf5 100644 --- a/public/index.html +++ b/public/index.html @@ -2,8 +2,8 @@ <html lang="en"> <head> <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> + <meta name="description" content="The Mana World is a free MMORPG game for Linux, MacOS and Windows"/> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> <title><%= VUE_APP_TITLE %></title> </head> @@ -13,5 +13,15 @@ </noscript> <div id="app"></div> <!-- built files will be auto injected --> + + <!-- Global site tag (gtag.js) - Google Analytics --> + <script async src="https://www.googletagmanager.com/gtag/js?id=<%= VUE_APP_ANALYTICS %>"></script> + <script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + + gtag('config', '<%= VUE_APP_ANALYTICS %>'); + </script> </body> </html> |