v3.0.0
Release notes for v3.0.0 of Nuxt Schema.org.
Features :rocket:
⚠️ Breaking Changes
Module Site Config Removed
The
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?