mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
* chore: make canonicalUrl required * docs: explain env variable on required canonicalUrl * refactor: rename "canonicalUrl" to "site" * chore: changeset
5 lines
279 B
Markdown
5 lines
279 B
Markdown
---
|
|
'@astrojs/rss': minor
|
|
---
|
|
|
|
Change the optional "canonicalUrl" argument to a required "site" argument. This fixes problems with import.meta.env.SITE. If you want to use your project's "site" field for your RSS feeds, set site: import.meta.env.SITE in the rss function options
|