Hugoplate rendering issue

you deployed the site that was generated using hugo server. that won’t work.

  • make sure your baseURL is correct
  • delete your publishDir ( default is public)
  • use hugo to generate a deployable site