Skip to content

v1.1.0: Re-containerisation into a static NuxtJS image served by NGINX, this will significantly shrink the image and hosting overhead for such a simple site.

Compare
Choose a tag to compare
@othyn othyn released this 07 Dec 17:25
· 22 commits to main since this release
332020d

Version 1.1.0

[Git Changes] Re-containerisation into a static NuxtJS image served by NGINX, this will significantly shrink the image and hosting overhead for such a simple site.

Added

  • More info on history, in reality this needs a refresh into catagories as there are areas I would like to expand into.

Changed

  • Changed NuxtJS config and Docker image setup to run instead from Nuxt static mode.
  • All files are now fixed with prettier.

Fixed

  • Component loading in the layouts was a bug I think with a perhaps reserved keyword Global being the prefix, once changing this to Core the issue went away.

Removed

  • Twitter link in bio as I can't remember the last time I actually went on it.