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

Update theme

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