Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error | Not Found | /img/ #5

Open
ghbjklhv opened this issue Jun 20, 2019 · 1 comment
Open

Error | Not Found | /img/ #5

ghbjklhv opened this issue Jun 20, 2019 · 1 comment

Comments

@ghbjklhv
Copy link

ghbjklhv commented Jun 20, 2019

I get this error when trying to serve and opening http://127.0.0.1:4000/:

[2019-06-19 19:56:21] ERROR `/otter-pop/img/logo.jpg' not found.
[2019-06-19 19:56:21] ERROR `/otter-pop/img/doc.png' not found.
[2019-06-19 19:56:21] ERROR `/otter-pop/img/code.png' not found.
[2019-06-19 19:56:21] ERROR `/otter-pop/img/info.png' not found.
[2019-06-19 19:56:21] ERROR `/otter-pop/img/github.png' not found.
[2019-06-19 19:56:21] ERROR `/otter-pop/img/twitter.png' not found.
[2019-06-19 19:56:21] ERROR `/otter-pop/img/link.png' not found.
@ghbjklhv ghbjklhv changed the title Error Image Not Found Error | Not Found Jun 20, 2019
@ghbjklhv ghbjklhv changed the title Error | Not Found Error | Not Found | /img/ Jun 20, 2019
@joelsjlee
Copy link

I believe this is an issue inside css/styles.css, on lines 166-188 where we see the lines you have mentioned above. I think the problem here is that it might be trying to find a folder called otter-pop inside the css folder. Changing these lines to be relative paths like this:

../img/logo.jpg
../img/doc.png

and so on, should fix this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants