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
Cloned the repo and tried to run but kept getting this error.
08:07:06 p.m. [deprecation] Astro.canonicalURL is deprecated! Use Astro.url instead. Example:
Astro.url
Wasn't sure if replacing every instance of Astro.canonicalURL with Astro.url may do the trick.
But there were a few instances of the deprecated code. So I figured I'd create an issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cloned the repo and tried to run but kept getting this error.
08:07:06 p.m. [deprecation] Astro.canonicalURL is deprecated! Use
Astro.url
instead.Example:
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
Wasn't sure if replacing every instance of Astro.canonicalURL with
Astro.url
may do the trick.But there were a few instances of the deprecated code. So I figured I'd create an issue.
The text was updated successfully, but these errors were encountered: