esciencecenter-digital-skills / software-support-essentials

https://esciencecenter-digital-skills.github.io/software-support-essentials/
Other
2 stars 1 forks source link

remove hardcoded variables etc and work on reusability #13

Open bvreede opened 1 year ago

bvreede commented 1 year ago

In general, code need reeds refactoring

JaroCamphuijsen commented 1 year ago

The webpage title is set in in .nuxt/index.js on line 67:

head: {"title":"EUCP Storyboards","htmlAttrs":{"lang":"en"},"meta":[{"charset":"utf-8"},{"name":"viewport","content":"width=device-width, initial-scale=1"},{"hid":"description","name":"description","content":""},{"name":"format-detection","content":"telephone=no"}],"link":[{"rel":"icon","type":"image\u002Fx-icon","href":"\u002Fstoryboards\u002Ffavicon.ico"}],"style":[],"script":[]},
JaroCamphuijsen commented 1 year ago

To solve the second part of this issue, the plan is currently to create a component for each media type and leave the if statement inside the _stories.vue file.