astro-lib

Makes it easy to add robots.txt, sitemap and web app manifest during build to your Astro app.

MIT License

Downloads
43.1K
Stars
106
Committers
5

Bot releases are visible (Hide)

astro-lib - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • d145f65: chore: deps update
astro-lib - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • d145f65: chore: deps update
astro-lib - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 7ad0be0: chore: deps update

    fix: missing types

astro-lib - [email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • a742989: - deps update: Astro v1.0.
    • Breaking: node-html-parser package is dropped to speed up the generated pages post processing. The link tags will not be inserted if generated page doesn't contain <head> section, no automatic <head> creation.
astro-lib - [email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • a742989: - deps update: Astro v1.0.
    • Breaking: node-html-parser package is dropped to speed up the generated pages post processing. The link tags will not be inserted if generated page doesn't contain <head> section, no automatic <head> creation.
astro-lib - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 31a8143: Astro v1.0, no changes
astro-lib - [email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • 6057e90: Astro has the new config option output.
astro-lib - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 30f8166: code refactoring and deps update
astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 0bcd2ce: refactor: schema
astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 004bb4e: refactor: schema, vars naming
astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • f33cf34: fix: vitetest stack size error in validation
astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 739af08: fix named export for minimatch
astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • e6642a1: fix: typings error
astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 39a0548: refactor logger
astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 4eded9e: new config option: exclude.

    refactor: logger.

astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 2bb660f: refactor logger
astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 5102dba: More control on sitemap output:

    • manage xml namespaces;
    • lastmod format option;
    • possibility to add a link to custom xsl.

    serialize func update.

astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 4871ac4: fix: sitemap.xml -> sitemap-index.xml,

    because the output file name of @astrojs/sitemap >=0.2.0 is sitemap-index.xml.

astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 260187a: Additional config options:

    • sitemapBaseFileName;
    • transform.

    Refactoring.

astro-lib - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • ead9160: better typings