diff --git a/.changeset/lucky-bees-impress.md b/.changeset/lucky-bees-impress.md new file mode 100644 index 000000000..7dda64a6d --- /dev/null +++ b/.changeset/lucky-bees-impress.md @@ -0,0 +1,5 @@ +--- +'@astrojs/prefetch': patch +--- + +Adds additional package.json keywords used for discoverability in the Integrations catalog diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 96e1318f8..9416f7214 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -12,7 +12,9 @@ "directory": "packages/astro-prefetch" }, "keywords": [ - "astro-integration" + "astro-integration", + "performance", + "withastro" ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://docs.astro.build/en/guides/integrations-guide/prefetch/",