We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will this project support Nuxt3? And is this going to be supported by the maintainers of this project?
The text was updated successfully, but these errors were encountered:
Doesn't seem to have all the features this package does, but now text compression is native to Nuxt 3. Try it out, it worked for me!
import { defineNuxtConfig } from 'nuxt' export default defineNuxtConfig({ nitro: { compressPublicAssets: true, }, })
https://stackoverflow.com/questions/72882000/how-do-i-make-my-nuxt-app-v3-serve-mjs-br-brotli-files-instead-of-the-regul
Sorry, something went wrong.
Ah, I see Nuxt 3 is finally stable. I'll take a look soon at what I need to do here
No branches or pull requests
Will this project support Nuxt3?
And is this going to be supported by the maintainers of this project?
The text was updated successfully, but these errors were encountered: