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