fix homepage url for integrations (#5281)
* fix homepage url for integrations * Create curvy-countries-kiss.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
This commit is contained in:
parent
8d78d954f3
commit
a558cf317a
3 changed files with 8 additions and 2 deletions
6
.changeset/curvy-countries-kiss.md
Normal file
6
.changeset/curvy-countries-kiss.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@astrojs/prism': patch
|
||||
'@astrojs/markdown-component': patch
|
||||
---
|
||||
|
||||
Update URLs in package.json
|
|
@ -11,7 +11,7 @@
|
|||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/astro-prism"
|
||||
},
|
||||
"homepage": "https://astro.build",
|
||||
"homepage": "https://docs.astro.build/en/reference/api-reference/#prism-",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
||||
|
|
|
@ -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": {
|
||||
".": {
|
||||
|
|
Loading…
Reference in a new issue