Closed bjuppa closed 7 years ago
The links in resources/pattern-library/header.php should be relative to the current page no matter what the path to the current page is.
resources/pattern-library/header.php
I.e. make it work from pattern-library/ as well as public/pattern-library/ and pattern-library/index.php etc.
pattern-library/
public/pattern-library/
pattern-library/index.php
Seems to work without fixing :)
The links in
resources/pattern-library/header.php
should be relative to the current page no matter what the path to the current page is.I.e. make it work from
pattern-library/
as well aspublic/pattern-library/
andpattern-library/index.php
etc.