Conversation
Codecov Report
@@ Coverage Diff @@
## main #341 +/- ##
==========================================
- Coverage 59.36% 59.30% -0.07%
==========================================
Files 26 26
Lines 598 602 +4
Branches 149 188 +39
==========================================
+ Hits 355 357 +2
- Misses 243 245 +2
Continue to review full report at Codecov.
|
|
Thanks @f3ltron for this PR. It totally makes sense. I think we can merge it with previous work (#318) and move both to default provider sectiction (because |
I agree but ipx is not checking at static folder by default right? Is it an issue from this provider ? |
|
|
||
| For more information, you can learn more about the [static directory here](https://nuxtjs.org/docs/2.x/directory-structure/static). | ||
| :::alert{type="info"} | ||
| With [default provider](/getting-started/providers#default-provider), you should put `/nuxt-icon.png` inside `static/` directrory for making above example working. |
|
Except the typo I believe it is a good improvements to the documentation. We cannot get it perfect at first but through iterations 💚 |
|
Definitely but we are working hard on it :p to make it better. It's already really good |
|
(updated the clartification for serverMiddleware that needs explicitly setting images dir) |
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
I think default behavior is missing for IPX.
Adding this will add more clarity. But for the alternative serverMiddleware the default behavior is a bit mistyc. Is it recommended to put it inside static folder ?
Because if you do that you have use
/static/myimgwhen the default behavior for other is not set thestaticDon't know what you think about it.