chore: update docs site URL (#311)
This commit is contained in:
parent
4c67ac0e8c
commit
7ef5a41ec0
4 changed files with 4 additions and 4 deletions
|
@ -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`,
|
||||
});
|
||||
|
|
|
@ -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"
|
||||
>
|
||||
<a
|
||||
href="https://astro-reactive-docs.netlify.app/en/api/form/form-component/"
|
||||
href="https://docs.astro-reactive.js.org/en/api/form/form-component/"
|
||||
class="flex items-center w-4/5 astro-md:w-1/2 justify-center bg-blue-500 hover:bg-blue-400 hover:text-white text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded transition-colors astro-lg:w-auto"
|
||||
>
|
||||
<span class="pr-2">Get Started</span>
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue