Closed hvitis closed 3 years ago
Works perfectly on local
I had to change baseURL in config.toml to my new production url.
Now it works
That is an expected outcome. Hugo replaces internal links with the local setup when it runs on the development server (default localhost:1313 if you don't change it) and all deploys use the URL you set up in baseURL. If you change domains often (for instance if you let Netlify deploy any branch or pull request with their own subdomains) you can set baseURL to "/" and it will not come to this error anymore.
Hello!
I have some errors after deploying, console says:
Under https://musing-ardinghelli-763b87.netlify.app/ after having deployed to Netlify I am getting the following result:
Any ideas on what am I doing wrong?