v3.0.0

Release notes for v3.0.0 of Nuxt Schema.org.

Features :rocket:

⚠️ Breaking Changes

Module Site Config Removed

The siteUrl and siteName have been removed from the module options.

Configuration has been moved to Site Config.

nuxt.config
export default defineNuxtConfig({
  site: {
    url: 'https://example.com',
    name: 'My Website',
  }
})
Did this page help you?