Releases: alextim/astro-lib
Releases · alextim/astro-lib
astro-robots-txt@0.3.4
Patch Changes
-
260187a: Additional config options:
sitemapBaseFileName
;transform
.
Refactoring.
astro-webmanifest@0.3.2
Patch Changes
-
0ffe03f: fixes:
- astro.config
base
path handling; - typo in
crossorigin
option.
refactor: default options and validation are handled by 'zod' only.
- astro.config
astro-sitemap@0.2.2
Patch Changes
-
0ffe03f: fix: astro.config
base
path handling.refactor: default options and validation are handled by 'zod' only.
astro-robots-txt@0.3.3
Patch Changes
-
0ffe03f: fix: astro.config
base
path handling.refactor: default options and validation are handled by 'zod' only.
astro-sitemap@0.2.1
Patch Changes
- 3e11031: fix: handle base/pathname correctly
astro-sitemap@0.2.0
Minor Changes
-
99c7269: # Key differences
New Features
serialize
: function to control sitemap output;entryLimit
: to split up large sitemap;createLinkInHead
: add link to sitemap into<head>
section of generated pages.
Drops
The
outfile
option is dropped to make split up.Now the integration generates one
sitemap-index.xml
and severalsitemap-{i}.xml
if needed.
astro-webmanifest@0.3.1
Patch Changes
- c631e26: fix: constants.ts is added to package export
astro-sitemap@0.1.0
Minor Changes
- a531a0c: first release
astro-robots-txt@0.3.2
Patch Changes
- 7b2e263: code refactor, better validation