Getting Started

Troubleshooting

Last updated by Harlan Wilton in chore: drop monorepo docs.

Questions? Ask in Discord.

FAQ

Can I use modules separately?

Yes. Install any module individually instead of @nuxtjs/seo.

Why is my production build so large?

Server-side features add a few MB to the build. This doesn't affect client performance—modules lazy load.

For serverless (<1MB workers), nuxt-og-image is the largest contributor.

If targeting <1MB workers (Cloudflare Workers free tier), disable nuxt-og-image or switch to Zero Runtime mode to stay under the size limit.

Options:

  1. Disable it: ogImage: { enabled: false }
  2. Use Zero Runtime mode (build-time generation)

What happened to Nuxt SEO Kit?

Deprecated. It only worked for SSG sites. See the migration guide.

Create a Reproduction

When filing issues, include a minimal reproduction. See Debugging Modules for StackBlitz playgrounds.

Did this page help you?