Skip to content

Commit 3c7d574

Browse files
fix(api-reference): remove Astro.canonicalURL
It was deprecated but it has been removed in v2.0.0 (see withastro/astro#5707). I think it should not be displayed in the reference anymore since we are now at v4.12.1
1 parent b607be5 commit 3c7d574

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/content/docs/en/reference/api-reference.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -410,14 +410,6 @@ if (!isLoggedIn(cookie)) {
410410
---
411411
```
412412

413-
### `Astro.canonicalURL`
414-
415-
:::caution[Deprecated]
416-
Use [`Astro.url`](#astrourl) to construct your own canonical URL.
417-
:::
418-
419-
The [canonical URL][canonical] of the current page.
420-
421413
### `Astro.url`
422414

423415
<p><Since v="1.0.0-rc" /></p>

0 commit comments

Comments
 (0)