Skip to content
New issue

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

Support for Nuxt3 ? #51

Open
BananaAcid opened this issue Sep 6, 2022 · 2 comments
Open

Support for Nuxt3 ? #51

BananaAcid opened this issue Sep 6, 2022 · 2 comments

Comments

@BananaAcid
Copy link

Will this project support Nuxt3?
And is this going to be supported by the maintainers of this project?

@BjornTheProgrammer
Copy link

BjornTheProgrammer commented Dec 30, 2022

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

@robcresswell
Copy link
Owner

Ah, I see Nuxt 3 is finally stable. I'll take a look soon at what I need to do here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants