Extra "." in the exported code

Why are all the assets have extra dot in the path?

e.g. “./css/style.css”

I have noticed this recently, also exporting in the Sitemap too but not noticed of late, however I have turned sitemap off. Scrutiny was picking it up

./ means start in the current directory

In your example, it would mean: look for a folder named css next to the page we are currently on & then go down inside of it … and so on.

Bill
BricsDesign

1 Like

It’s just a relative path.

1 Like