mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
📚 docs(explain): set references to snigdha os
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
For example, referencing an image file that will be processed if a build tool is configured to handle this file extension:
|
||||||
|
|
||||||
*app.vue*
|
`app.vue`
|
||||||
````html
|
```html
|
||||||
<template>
|
<template>
|
||||||
<img src="~/assets/img/nuxt.png" alt="Discover Nuxt 3" />
|
<img src="~/assets/img/snigdhaos.png" alt="Download Snigdha OS" />
|
||||||
</template>
|
</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.
|
Reference in New Issue
Block a user