Why is the local server unable to start up at http: // localhost: 1313 /?

Previously, a local web server was launched at http: // localhost: 1313 /. However, now it can only be launched at http: // localhost: 1313 / hachiguma-shoten /.

http: // localhost: 1313 / hachiguma-shoten / works well, but http: // localhost: 1313 / gives a 404 error.

This phenomenon occurs when the “neko” folder created by “hugo new site neko” is renamed to “hachiguma-shoten”. Currently, “hachiguma-shoten” has been changed back to “neko”, but it can only be accessed at http: // localhost: 1313 / hachiguma-shoten /.

How can I make it accessible at http: // localhost: 1313 / as before?

1 Like