mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
doc: fix "Astro Components" link reference (#2431)
* doc: fix Astro components link * doc: does not include a trailing slash Co-authored-by: Evan Boehs <evan@boehs.org> Co-authored-by: Evan Boehs <evan@boehs.org>
This commit is contained in:
parent
d1b8fa9b04
commit
ac0e20d9f2
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ If more than one renderer is included in the Astro [config](/en/reference/config
|
|||
|
||||
## Can I Hydrate Astro Components?
|
||||
|
||||
[Astro components](./astro-components) (`.astro` files) are HTML-only templating components with no client-side runtime. If you try to hydrate an Astro component with a `client:` modifier, you will get an error.
|
||||
[Astro components](/en/core-concepts/astro-components) (`.astro` files) are HTML-only templating components with no client-side runtime. If you try to hydrate an Astro component with a `client:` modifier, you will get an error.
|
||||
|
||||
To make your Astro component interactive, you will need to convert it to the frontend framework of your choice: React, Svelte, Vue, etc. If you have no preference, we recommend React or Preact as they are most similar to Astro's syntax.
|
||||
|
||||
|
|
Loading…
Reference in a new issue