Monthly cleanup
This commit is contained in:
parent
a2e8b4ef74
commit
f4560ca778
@ -1,6 +0,0 @@
|
||||
export default ({ route, store }) => {
|
||||
// Take the last value (latest route child)
|
||||
console.log(route.meta);
|
||||
const title = route.meta.reduce((title, meta) => meta.title || title, 'Damillora')
|
||||
store.commit('SET_TITLE', title)
|
||||
}
|
@ -1,5 +1,4 @@
|
||||
module.exports = {
|
||||
mode: 'universal',
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: process.env.PORT || 14033
|
||||
@ -11,10 +10,11 @@ module.exports = {
|
||||
htmlAttrs: {
|
||||
lang: 'en',
|
||||
},
|
||||
title: 'Damillora',
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
{ hid: 'description', name: 'description', content: 'Web developer, reviewer and content creator' }
|
||||
{ hid: 'description', name: 'description', content: 'Web developer, reviewer and content creator' },
|
||||
],
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
||||
@ -80,6 +80,6 @@ module.exports = {
|
||||
|
||||
],
|
||||
router: {
|
||||
middleware: ['title']
|
||||
middleware: []
|
||||
},
|
||||
}
|
||||
|
@ -16,13 +16,10 @@
|
||||
"express": "^4.16.4",
|
||||
"howler": "^2.1.2",
|
||||
"node-fetch": "^2.6.0",
|
||||
"node-sass": "^4.12.0",
|
||||
"nuxt": "^2.0.0",
|
||||
"sass-loader": "^8.0.0",
|
||||
"tailwindcss": "^1.4.6",
|
||||
"tall": "^3.0.0"
|
||||
"tailwindcss": "^1.4.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.18.9"
|
||||
"nodemon": "^2.0"
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: 'About Damillora',
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Arcaea",
|
||||
}
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Arknights",
|
||||
},
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Azur Lane",
|
||||
},
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: BanG Dream! Girls Band Party (JP)",
|
||||
},
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: CUE!",
|
||||
},
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Fate/Grand Order (JP)",
|
||||
},
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Genshin Impact",
|
||||
},
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Honkai Impact 3rd",
|
||||
},
|
||||
}
|
||||
|
@ -143,7 +143,7 @@ export default {
|
||||
components: {
|
||||
GameListItem,
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile",
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Love Live! School Idol Festival (JP)",
|
||||
}
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Love Live! School idol festival ALL STARS",
|
||||
},
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: maimai DX",
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: The IDOLM@STER Million Live: Theater Days",
|
||||
},
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Nogikoi",
|
||||
},
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Project SEKAI COLORFUL STAGE!",
|
||||
},
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: SOUND VOLTEX VIVID WAVE",
|
||||
},
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Shadowverse",
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: THE IDOLM@STER: Shiny Colors",
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Revue Starlight Re LIVE (EN)",
|
||||
}
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: Tokyo 7th Sisters",
|
||||
},
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: ",
|
||||
},
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Game Profile: 欅坂46・日向坂46 UNI'S ON AIR",
|
||||
},
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: 'Damillora',
|
||||
}
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: 'Social Media',
|
||||
}
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ export default {
|
||||
components: {
|
||||
ProjectItem,
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Project Portfolio",
|
||||
}
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ export default {
|
||||
ProjectItem,
|
||||
GalleryImage
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Project Portfolio",
|
||||
}
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ export default {
|
||||
ProjectItem,
|
||||
GalleryImage
|
||||
},
|
||||
meta: {
|
||||
head: {
|
||||
title: "Project Portfolio",
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user