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
hugoto generate a deployable site
you deployed the site that was generated using hugo server. that won’t work.
public)hugo to generate a deployable site