You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2024. It is now read-only.
I have a PWA that mostly works offline except that the fonts only work when there is an internet connection. I'm not sure if there is something to add to the manifest and I'm not sure if there is a way to debug exactly what is happening. I tried the following in nuxt.config.ts:
I've gotten back to this project and was excited to see this was resolved! But I can't figure out how to get it specified. It tried each of the following in nuxt.config.ts but they don't change the manifest file:
@paulrosen I implemented some preCaching option but I would need to have extra work to get runtimeCaching as well, I'll have a look to have something closer to Nuxt 2 module.
Is this still in progress? I'm not positive whether the bug is in my configuration or this library but the configuration is pretty simple. My fonts are not cached.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a PWA that mostly works offline except that the fonts only work when there is an internet connection. I'm not sure if there is something to add to the manifest and I'm not sure if there is a way to debug exactly what is happening. I tried the following in
nuxt.config.ts
:But that doesn't help.
The fonts are in
/public/fonts/*.ttf
As I said, the fonts work when the app starts up with an internet connection.
The text was updated successfully, but these errors were encountered: