Static GitHub Issues

[929] The page title is 'xxx-Nuxt.js'

prev: Webpack-bundle-analyzer in development mode
next: Build error on creating a bare additional layout

I use the head method to set the Html tags for the current page, the page title is showing 'xx-Nuxt.js',how to make the '-Nuxt.js' don't show?


.vue

head: {
            title:'index-test',
        },

The page title on the mobile browser

index-test-Nuxt.js

How to make brower show the page title index-test not indext-test-Nuxt.js

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c798">#c798</a>)</em></sub></div>