Features 🚀
⚠️ 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?