docs: improve readability of link to mdn (#28327)

This commit is contained in:
@beer 2024-08-05 20:15:05 +06:00 committed by GitHub
parent 32f1573614
commit ede1f923fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ This is done through `import.meta`, which is an object that provides your code w
Throughout the Nuxt documentation you may see snippets that use this already to figure out whether the
code is currently running on the client or server side.
:read-more{to="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import.meta"}
::read-more{to="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import.meta"}
Read more about `import.meta`.
::
## Runtime (App) Properties