Skip to content

Conversation

@maximepvrt
Copy link
Contributor

Updated the README to reflect changes in Nuxt 4 and compression plugin usage.

πŸ”— Linked issue

#10

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

Updated the README to reflect changes in Nuxt 4 and compression plugin usage.
nitro.hooks.hook('render:response', async (response, { event }) => {
// Skip internal nuxt routes (e.g. error page)
if (getRequestURL(event).pathname.startsWith('/__nuxt'))
if (getRequestURL(event).pathname.startsWith('/_nuxt'))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CodeDredd
Copy link
Owner

Liniting and i can merge it πŸ˜„ ...Tahks for the PR πŸš€

@maximepvrt maximepvrt closed this Oct 22, 2025
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

Successfully merging this pull request may close these issues.

2 participants