Commit 047ff797 authored by Sebastien Chopin's avatar Sebastien Chopin

Update theme

parent f70d7afa
module.exports = {
// mode: 'spa',
build: {
extend (config, { isClient }) {
config.resolve.alias['create-api'] = `./create-api-${isClient ? 'client' : 'server'}.js`
......@@ -26,7 +27,7 @@ module.exports = {
loadingIndicator: {
name: 'rectangle-bounce',
color: 'white',
background: '#1abc9c'
background: '#188269'
},
manifest: {
name: 'Nuxt Hacker News',
......
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