IO-Fire

Results 6 issues of IO-Fire

### 📚 Is your documentation request related to a problem? References to removed `SiteLink` component are present in current documentation: https://github.com/harlan-zw/nuxt-seo/blob/9b12933945d379ef436a90a79bf1fe1e2d251d21/docs/content/learn/3.routes-and-rendering/3.trailing-slashes.md?plain=1#L76-L89 The docs should be updated to reflect that the...

documentation

Documentation recommends **hierarchical structure for the files** in [Writing Pages | Bloggrify](https://bloggrify.com/introduction/writing-pages), such as `2024/02/24/post01.md`. The index between pages does not create directory listings. For example `2024/02/24/` does not list...

enhancement

When static sites are generated, the configuration of the `ipx` provider is not used when building the site with SSG. This can cause different results and confusion between development and...

bug

### 🔗 Linked issue https://github.com/nuxt/starter/issues/1659 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

### 🔗 Linked issue https://github.com/nuxt/starter/issues/1659 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

### Describe the bug Under **Performance Optimization** in [`docs/1.guide/guides/0.config.md`](https://github.com/harlan-zw/unlighthouse/blob/3e7e1f79a3d5afaf92e9a746c89548edbbb69188/docs/1.guide/guides/0.config.md?plain=1#L46-L64 ) suggests to use: ```ts export default defineUnlighthouseConfig({ scanner: { device: { concurrency: 3, }, } }); ``` However `scanner.device` does...