summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/three-owls-help.md5
-rw-r--r--packages/integrations/alpinejs/package.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/three-owls-help.md b/.changeset/three-owls-help.md
new file mode 100644
index 000000000..9fe2ded0f
--- /dev/null
+++ b/.changeset/three-owls-help.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/alpinejs': patch
+---
+
+Update homepage link
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index 609c7cd98..b19ca0359 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -19,7 +19,7 @@
"performance"
],
"bugs": "https://github.com/withastro/astro/issues",
- "homepage": "https://astro.build",
+ "homepage": "https://docs.astro.build/en/guides/integrations-guide/alpinejs",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
feat: change default port to 4321 (#7874)Gravatar Emanuele Stoppa 75-101/+108 2023-08-08fix: update examples to use the new API of cookies (#7899)Gravatar Emanuele Stoppa 3-3/+3 2023-08-08ci: change release tag name (#7898)Gravatar Emanuele Stoppa 1-1/+1 2023-08-08chore: use workspace packages (#7896)Gravatar Emanuele Stoppa 2-2/+2 2023-08-08chore: use workspace packages (#7894)Gravatar Emanuele Stoppa 4-8/+8 2023-08-08Make Astro.cookies.get(key) return undefined (#7888)Gravatar Matthew Phillips 4-15/+35 2023-08-08chore: remove deleted packageGravatar Emanuele Stoppa 1-1/+0