Aisen
Aisen
NNuxt
Created by Aisen on 7/21/2024 in #❓・help
Should I ditch Nuxt Image for static files on Vercel?
Dumb question since this is likely because I lack some foundational knowledge. I have a utility app that's having some use and hosted on Vercel. I'm going way over my limits and dashboard points to Vercel Images eating up my Edge Requests. Currently I'm using Nuxt Image to automatically handle optimisation, but honestly I'm thinking I should do it manually since my website only uses a couple dozen static images. For reference on how they're used, imagine a chessboard. Each tile would have an image for whichever piece is on it, and that's where I believe dynamic loading happens as each piece goes on and off a tile. Other than that the website is mostly static. I'm wondering if cutting out <NuxtImage> and doing optimisation myself will cut down my usage limits, or I'm doing something wrong that my few images are eating up my requests
1 replies