Releases: alextim/astro-lib
Releases · alextim/astro-lib
astro-sitemap@0.5.0
Minor Changes
-
a994b61: ### Minor changes
-
The external config logic is implemented using @proload/core as well as Astro. Typescript configs are supported now.
-
The changefreq option property type changed from the
ChangeFreq
type to theEnumChangeFreq
enum to make it compatible with sitemap.
Patch changes
- chore: deps update
-
astro-robots-txt@0.4.0
Minor Changes
-
b95d515: ### Minor changes
- The external config logic is implemented using @proload/core as well as Astro. Typescript configs are supported now.
Patch changes
- chore: deps update
astro-webmanifest@0.4.4
Patch Changes
- 062f9e4: chore: deps update
astro-sitemap@0.4.3
Patch Changes
- 062f9e4: chore: deps update
astro-robots-txt@0.3.12
Patch Changes
- 062f9e4: chore: deps update
astro-webmanifest@0.4.3
Patch Changes
- 7cb29c0: - chore: deps update;
- fix:
astro-integration
key added to keywords inpackage.json
fornpx astro add...
command to work correctly; - refactor: external config loader.
- fix:
astro-sitemap@0.4.2
Patch Changes
- 7cb29c0: - chore: deps update;
- fix:
astro-integration
key added to keywords inpackage.json
fornpx astro add...
command to work correctly; - refactor: external config loader.
- fix:
astro-robots-txt@0.3.11
Patch Changes
- 7cb29c0: - chore: deps update;
- fix:
astro-integration
key added to keywords inpackage.json
fornpx astro add...
command to work correctly; - refactor: external config loader.
- fix:
astro-webmanifest@0.4.2
Patch Changes
- a74260d: chore: deps update
astro-robots-txt@0.3.10
Patch Changes
- 54f0c95: The
host
option supports a boolean value as well.
host: true
-> resolves the host automatically via the Astrosite
prop.