lvlup-pro / spawn-frontend-material

Customer panel frontend for https://api.lvlup.pro
MIT License
7 stars 7 forks source link

Fix description meta tags #27

Closed SystemZ closed 7 years ago

SystemZ commented 7 years ago

These ones in src/index.template.html should be replaced on page load by using SSR.

<meta name="description" content="<!-- DESCRIPTION -->">
<meta name="keywords" content="<!-- KEYWORDS -->">

There is meta() method in Services.vue copied from boilerplate, see "Meta data" here https://vuetifyjs.com/server-side-rendering Just need to get it running

SystemZ commented 7 years ago

Probably related: https://github.com/vuetifyjs/webpack-ssr/issues/11