InterviewSolution
Saved Bookmarks
| 1. |
Does Next JS support static CDN? |
|
Answer» Yes, Next JS 5 and above supports static CDN. With the introduction of assetPrefix, Next.JS AUTOMATICALLY LOADS assets from CDN. |
|