diff --git a/apps/docs/astro.config.mjs b/apps/docs/astro.config.mjs index 13f7db4..ee52c7a 100644 --- a/apps/docs/astro.config.mjs +++ b/apps/docs/astro.config.mjs @@ -10,5 +10,5 @@ export default defineConfig({ // Enable React for the Algolia search component. react(), ], - site: `https://astro-reactive-docs.netlify.app`, + site: `https://docs.astro-reactive.js.org`, }); diff --git a/apps/landing-page/src/components/splash.astro b/apps/landing-page/src/components/splash.astro index c0e14b0..14166a3 100644 --- a/apps/landing-page/src/components/splash.astro +++ b/apps/landing-page/src/components/splash.astro @@ -15,7 +15,7 @@ import Copynpm from '~/components/copynpm.astro'; class="mt-8 flex justify-center flex-col items-center astro-lg:flex-row astro-lg:justify-center" > Get Started diff --git a/packages/form/README.md b/packages/form/README.md index efb3fcd..724512c 100644 --- a/packages/form/README.md +++ b/packages/form/README.md @@ -85,7 +85,7 @@ userNameControl?.setValue("RAMOOOON"); /> ``` -👉 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/). +👉 For more examples and explanations of the component properties, see the [Form API Docs](https://docs.astro-reactive.js.org/en/api/form/form-component/). # Screenshots Result of example above: diff --git a/packages/validator/README.md b/packages/validator/README.md index 2f930c1..60eead0 100644 --- a/packages/validator/README.md +++ b/packages/validator/README.md @@ -80,7 +80,7 @@ form.controls.push( --> ``` -👉 For more examples and explanations of the component properties, see the [Validators API Docs](https://astro-reactive-docs.netlify.app/en/api/validator/validators/). +👉 For more examples and explanations of the component properties, see the [Validators API Docs](https://docs.astro-reactive.js.org/en/api/validator/validators/). # Screenshots