GithubHelp home page GithubHelp logo

Comments (2)

80maker avatar 80maker commented on May 18, 2024

😮Really? You are right. But, I just view the source of html, it has the right meta tag. I think it probably caused by vuepress itself, because the site of https://vuepress.vuejs.org has this issue too.

from vuepress-theme-maker.

please-wait avatar please-wait commented on May 18, 2024

A solution I found is to include the following in config.js

head: [
    ["meta", { name: "viewport", content: "width=device-width, initial-scale=1.0" }],
    ["meta", { charset:"utf-8" }]
 ]

It's not ideal because iirc these tags are recommended to be in the first 1024 characters of the file, and right now they are under a load of other tags. But a modern browser understands them just fine it appears.

Perhaps their version upgrade will fix it in the future.

from vuepress-theme-maker.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.