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
will also duplicate sibling files so that relative links like css/style.css will be preserved nicely.
This sounds cool for enabling relative path intellisense for a single post, but results in n time duplication of an asset for every html file in a parent directory. That is an unacceptable bad practice that doesn't justify the benefit.
The folder strategy: to be analyzed if it provides sufficient added value.
Personally, I've never used permalinks with relative: true and rather use root-/baseurl-relative paths.
The removal consists of:
Making relative: false the default
Deprecating the relative option
Removing it altogether
The text was updated successfully, but these errors were encountered:
The
relative: true
optionThis sounds cool for enabling relative path intellisense for a single post, but results in n time duplication of an asset for every html file in a parent directory. That is an unacceptable bad practice that doesn't justify the benefit.
The folder strategy: to be analyzed if it provides sufficient added value.
Personally, I've never used permalinks with
relative: true
and rather use root-/baseurl-relative paths.The removal consists of:
relative: false
the defaultrelative
optionThe text was updated successfully, but these errors were encountered: