chore: update homepage to astro-reactive.js.org (#309)

This commit is contained in:
Ayo Ayco 2023-11-11 20:48:52 +01:00 committed by GitHub
parent 6298cadce2
commit a1cc4b006b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 23 additions and 12 deletions

View 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

View file

@ -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": "*",

View file

@ -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`,
});

View file

@ -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": "*",

View file

@ -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',
});

View file

@ -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"
}

View file

@ -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": {

View file

@ -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"
},

View file

@ -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"
}

View file

@ -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:

View file

@ -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": {

View file

@ -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

View file

@ -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": {