chore: update homepage to astro-reactive.js.org (#309)
This commit is contained in:
parent
6298cadce2
commit
a1cc4b006b
13 changed files with 23 additions and 12 deletions
11
.changeset/eighty-pens-sip.md
Normal file
11
.changeset/eighty-pens-sip.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
"create-astro-reactive": patch
|
||||
"@astro-reactive/validator": patch
|
||||
"@astro-reactive/landing-page": patch
|
||||
"@astro-reactive/common": patch
|
||||
"@astro-reactive/form": patch
|
||||
"@astro-reactive/demo": patch
|
||||
"@astro-reactive/docs": patch
|
||||
---
|
||||
|
||||
Update homepage to https://astro-reactive.js.org
|
|
@ -32,7 +32,7 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/astro-reactive/astro-reactive/issues"
|
||||
},
|
||||
"homepage": "https://astro-reactive.dev",
|
||||
"homepage": "https://astro-reactive.js.org",
|
||||
"devDependencies": {
|
||||
"@astro-reactive/eslint-config-custom": "*",
|
||||
"@astro-reactive/tsconfig": "*",
|
||||
|
|
|
@ -10,5 +10,5 @@ export default defineConfig({
|
|||
// Enable React for the Algolia search component.
|
||||
react(),
|
||||
],
|
||||
site: `https://docs.astro-reactive.dev`,
|
||||
site: `https://astro-reactive-docs.netlify.app`,
|
||||
});
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/astro-reactive/astro-reactive/issues"
|
||||
},
|
||||
"homepage": "https://astro-reactive.dev",
|
||||
"homepage": "https://astro-reactive.js.org",
|
||||
"devDependencies": {
|
||||
"@astro-reactive/eslint-config-custom": "*",
|
||||
"@astro-reactive/tsconfig": "*",
|
||||
|
|
|
@ -3,5 +3,5 @@ import tailwind from '@astrojs/tailwind';
|
|||
|
||||
export default defineConfig({
|
||||
integrations: [tailwind()],
|
||||
site: 'https://astro-reactive.dev',
|
||||
site: 'https://astro-reactive.js.org',
|
||||
});
|
||||
|
|
|
@ -45,5 +45,5 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/astro-reactive/astro-reactive/issues"
|
||||
},
|
||||
"homepage": "https://astro-reactive.dev"
|
||||
"homepage": "https://astro-reactive.js.org"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"description": "Astro components for building reactive user interfaces 🚀",
|
||||
"version": "0.0.0",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://astro-reactive.dev",
|
||||
"homepage": "https://astro-reactive.js.org",
|
||||
"author": "astro-reactive",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/astro-reactive/astro-reactive/issues"
|
||||
},
|
||||
"homepage": "https://astro-reactive.dev",
|
||||
"homepage": "https://astro-reactive.js.org",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
|
|
@ -14,5 +14,5 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/astro-reactive/astro-reactive/issues"
|
||||
},
|
||||
"homepage": "https://astro-reactive.dev"
|
||||
"homepage": "https://astro-reactive.js.org"
|
||||
}
|
||||
|
|
|
@ -85,7 +85,7 @@ userNameControl?.setValue("RAMOOOON");
|
|||
/>
|
||||
```
|
||||
|
||||
👉 For more examples and explanations of the component properties, see the [Form API Docs](https://docs.astro-reactive.dev/en/api/form/form-component/).
|
||||
👉 For more examples and explanations of the component properties, see the [Form API Docs](https://astro-reactive-docs.netlify.app/en/api/form/form-component/).
|
||||
|
||||
# Screenshots
|
||||
Result of example above:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.9.0",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://astro-reactive.dev",
|
||||
"homepage": "https://astro-reactive.js.org",
|
||||
"author": "astro-reactive",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
|
|
@ -80,7 +80,7 @@ form.controls.push(
|
|||
-->
|
||||
```
|
||||
|
||||
👉 For more examples and explanations of the component properties, see the [Validators API Docs](https://docs.astro-reactive.dev/en/api/validator/validators/).
|
||||
👉 For more examples and explanations of the component properties, see the [Validators API Docs](https://astro-reactive-docs.netlify.app/en/api/validator/validators/).
|
||||
|
||||
# Screenshots
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"description": "Form validation library for Astro 🔥",
|
||||
"version": "0.4.0",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://astro-reactive.dev",
|
||||
"homepage": "https://astro-reactive.js.org",
|
||||
"author": "astro-reactive",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
|
Loading…
Reference in a new issue