We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there are url, path and source keys.
url
path
source
https://example.com/
This should be updated to conform to Content State Schema.
{ '/about': { url: '/about' }, 'about/example.jpg': { url: '/content/about/example.jpg' } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently there are
url
,path
andsource
keys.url
: the formatted path (removes the parent content dir)path
: the unformatted path of the true location (includes the parent content dir)source
: used for remote content likehttps://example.com/
This should be updated to conform to Content State Schema.
url
: for pages this is formatted, for files this is unformattedsource
: used to define a remote location, makes it possible for other modules to fetch stateThe text was updated successfully, but these errors were encountered: