Skip to content

Commit

Permalink
Merge pull request #150 from antoinezanardi/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
antoinezanardi authored Mar 3, 2021
2 parents 604a3d1 + 66de008 commit 6248927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
htmlAttrs: { lang: i18n.t("App.metaInfo.lang") },
title: i18n.t("App.metaInfo.title"),
meta: [
{ charset: "UTF-8" },
{ charset: "utf-8" },
{ name: "viewport", content: "width=device-width, initial-scale=1.0" },
{ "http-equiv": "X-UA-Compatible", "content": "IE=edge" },
{ name: "description", content: i18n.t("App.metaInfo.description") },
Expand Down

0 comments on commit 6248927

Please sign in to comment.