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
We're switching from prefix strategy (https://domain.com/de/ to https://domain.de). How do we retrieve pages by URI then?
Previously we could simply do:
page(id: "de/some-page", idType: URI, ) {
However, since changing to domains instead of prefix, this now returns null.
I have tried with:
But none of them work unfortunately.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're switching from prefix strategy (https://domain.com/de/ to https://domain.de). How do we retrieve pages by URI then?
Previously we could simply do:
However, since changing to domains instead of prefix, this now returns null.
I have tried with:
But none of them work unfortunately.
The text was updated successfully, but these errors were encountered: