Home

Issue: 929

The page title is 'xxx-Nuxt.js'

[issue link]

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

This question is available on Nuxt.js community (#c798)