diff options
author | 2022-11-02 21:04:11 +0100 | |
---|---|---|
committer | 2022-11-02 15:04:11 -0500 | |
commit | a558cf317a98bfb79688a31ddb81c910e16e79c2 (patch) | |
tree | 273bd2bb118cbe609c2df6fe633a5506fba1a305 /packages/markdown/component | |
parent | 8d78d954f37e9da55ed7028ec40d2b55dbc77475 (diff) | |
download | astro-a558cf317a98bfb79688a31ddb81c910e16e79c2.tar.gz astro-a558cf317a98bfb79688a31ddb81c910e16e79c2.tar.zst astro-a558cf317a98bfb79688a31ddb81c910e16e79c2.zip |
fix homepage url for integrations (#5281)
* fix homepage url for integrations
* Create curvy-countries-kiss.md
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Diffstat (limited to 'packages/markdown/component')
-rw-r--r-- | packages/markdown/component/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/component/package.json b/packages/markdown/component/package.json index 8ba0b78b9..881944b46 100644 --- a/packages/markdown/component/package.json +++ b/packages/markdown/component/package.json @@ -10,7 +10,7 @@ "directory": "packages/markdown/component" }, "bugs": "https://github.com/withastro/astro/issues", - "homepage": "https://astro.build", + "homepage": "https://docs.astro.build/en/migrate/#markdown--component-removed", "main": "./Markdown.astro", "exports": { ".": { |