mshumayl / ai-daleel

AI Daleel source code.
https://ai-daleel.vercel.app
1 stars 0 forks source link

`icons/google.svg` not being cached by Amplify #34

Open mshumayl opened 1 year ago

mshumayl commented 1 year ago

A huge percentage of requests are made just to get the google.svg file. Amplify apparently does not cache this, unlike other files in the icons/ directory.

image

mshumayl commented 1 year ago

Everything in _next/static is cached.

E.g. fonts are cached:

image