Commit 666361ef authored by Pooya Parsa's avatar Pooya Parsa

head titleTemplate

parent ee378d2c
module.exports = { module.exports = {
head: {
titleTemplate: 'Nuxt HN | %s',
},
loading: {color: '#ff6600'}, loading: {color: '#ff6600'},
modules: [ modules: [
require('@nuxtjs/manifest'), require('@nuxtjs/manifest'),
...@@ -15,5 +18,5 @@ module.exports = { ...@@ -15,5 +18,5 @@ module.exports = {
config.resolve.alias['create-api'] = config.resolve.alias['create-api'] =
`./create-api-${isClient ? 'client' : 'server'}.js` `./create-api-${isClient ? 'client' : 'server'}.js`
} }
}, }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment