Skip to content

astro-sitemap@0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 21:32
· 194 commits to main since this release
7cb776e

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 several sitemap-{i}.xml if needed.