mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-17 05:24:30 +03:30
Update README and localization files to enhance project description, add error messages, and improve Persian translations.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# ⚠️ Deprecated Directory
|
||||
|
||||
**This directory is deprecated and should not be used for new assets.**
|
||||
|
||||
## Why?
|
||||
|
||||
With Nuxt's `srcDir: 'app'` configuration, static assets must be placed in the **root `public/` directory**, not `app/public/`.
|
||||
|
||||
## Migration
|
||||
|
||||
All assets from this directory have been consolidated into the root `public/` folder. Please use:
|
||||
|
||||
```
|
||||
/public/
|
||||
├── favicon/
|
||||
├── fonts/
|
||||
└── img/
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
- [Nuxt 4.x Public Directory Documentation](https://nuxt.com/docs/4.x/guide/directory-structure/public)
|
||||
- Assets are served from `/` (e.g., `/img/logo.png` resolves to `public/img/logo.png`)
|
||||
Reference in New Issue
Block a user