Releases: alextim/astro-lib
Releases · alextim/astro-lib
[email protected]
Patch Changes
-
260187a: Additional config options:
sitemapBaseFileName
;transform
.
Refactoring.
[email protected]
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
[email protected]
Patch Changes
-
0ffe03f: fix: astro.config
base
path handling.refactor: default options and validation are handled by 'zod' only.
[email protected]
Patch Changes
-
0ffe03f: fix: astro.config
base
path handling.refactor: default options and validation are handled by 'zod' only.
[email protected]
Patch Changes
- 3e11031: fix: handle base/pathname correctly
[email protected]
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.
[email protected]
Patch Changes
- c631e26: fix: constants.ts is added to package export
[email protected]
Minor Changes
- a531a0c: first release
[email protected]
Patch Changes
- 7b2e263: code refactor, better validation