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

fix(nuxt): include build-time pages in prerender routes #27569

Merged
merged 5 commits into from
Jun 13, 2024

Conversation

danielroe
Copy link
Member

@danielroe danielroe commented Jun 12, 2024

🔗 Linked issue

resolves #27490

📚 Description

This partially reverts #26694.

Likely we need a slightly different fix - marking as draft.

Workaround

export default defineNuxtConfig({
  nitro: {
    prerender: {
      routes: ['/']
    }
  },
})

Copy link

stackblitz bot commented Jun 12, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

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

Successfully merging this pull request may close these issues.

[3.12.1] prerender broke when using nuxt-seo's robots
1 participant