From 2279bcae42394912a4644892feb4a7d476c07909 Mon Sep 17 00:00:00 2001 From: Abhiraj Roy <157954129+iconized@users.noreply.github.com> Date: Fri, 7 Jun 2024 04:10:44 +0530 Subject: [PATCH] :books: docs(explain): set references to snigdha os Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com> --- assets/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/README.md b/assets/README.md index d1fa9d94..fc359d5b 100644 --- a/assets/README.md +++ b/assets/README.md @@ -10,11 +10,11 @@ In your application's code, you can reference a file located in the `assets/` di For example, referencing an image file that will be processed if a build tool is configured to handle this file extension: -*app.vue* -````html +`app.vue` +```html -```` +``` ->> Nuxt won't serve files in the `assets/` directory at a static URL like `/assets/my-file.png`. If you need a static URL, use the `public/` directory. \ No newline at end of file +> Nuxt won't serve files in the `assets/` directory at a static URL like `/assets/my-file.png`. If you need a static URL, use the `public/` directory. \ No newline at end of file