From ede1f923fc9499ac245f55c4fd32603e34bbea6e Mon Sep 17 00:00:00 2001 From: "@beer" <47961062+iiio2@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:15:05 +0600 Subject: [PATCH] docs: improve readability of link to mdn (#28327) --- docs/3.api/6.advanced/2.import-meta.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/3.api/6.advanced/2.import-meta.md b/docs/3.api/6.advanced/2.import-meta.md index 97d291ee98..633e0461fd 100644 --- a/docs/3.api/6.advanced/2.import-meta.md +++ b/docs/3.api/6.advanced/2.import-meta.md @@ -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