You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
as opposed to src="whatever/idc.png" or src="../whatever/idc.png"
its because when u do it on ur files, it goes to the exact root of ur computer. on neocities ur root is what u see on the dashboard
Unless by "locally" you mean running your website on a local server, yeah this won't work because if you just open an html file it will look for the files relative to your pc's root directory. I run a copy of my website on localhost with Apache, so the "/..." paths work for me; you can try doing it as well
yea i started using a VSC extension called Live Server at the recommendation of someone on stackoverflow