📚 docs(explain): set references to snigdha os

Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
Abhiraj Roy
2024-06-07 04:10:44 +05:30
parent e77dfffaee
commit 2279bcae42

View File

@@ -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
<template>
<img src="~/assets/img/nuxt.png" alt="Discover Nuxt 3" />
<img src="~/assets/img/snigdhaos.png" alt="Download Snigdha OS" />
</template>
````
```
>> 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.
> 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.