You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that css is no longer loaded properly on my blog. It seems that the path to the CSS is wrong (for example, it tries to load CSS from /page2/public/css/poole.css instead of public/css/poole.css).
In the console error below, I was on Page 2 and it tried to load CSS from the wrong path.
I have made minimal changes to the fork (only adding posts and some minor edits in CSS and HTML). In my config file I believe I have correctly set the base url. Any ideas why this may be happening?
The text was updated successfully, but these errors were encountered:
I noticed that css is no longer loaded properly on my blog. It seems that the path to the CSS is wrong (for example, it tries to load CSS from
/page2/public/css/poole.css
instead ofpublic/css/poole.css
).In the console error below, I was on Page 2 and it tried to load CSS from the wrong path.
Here is my github repo: https://github.com/MrDupin/MrDupin.github.io
I have made minimal changes to the fork (only adding posts and some minor edits in CSS and HTML). In my config file I believe I have correctly set the base url. Any ideas why this may be happening?
The text was updated successfully, but these errors were encountered: