Troubleshooting Nuxt Site Config
Debugging
Nuxt DevTools
The best tool for debugging is the Nuxt DevTools integration with Nuxt Site Config.
This will show you the current site config.
Debug Config
Nuxt Site Config comes with a Nuxt DevTools integration. The easiest way to debug is to open your DevTools and navigate to the Site Config tab.
If you'd like to debug outside of development, you will need to enable the debug mode.
export default defineNuxtConfig({
site: {
debug: true,
},
})
Debugging Runtime
Visit the endpoint
Debugging Build Time
A static file
You can view this file to see the build time site config debug output.
Submitting an Issue
When submitting an issue, it's important to provide as much information as possible.
The easiest way to do this is to create a minimal reproduction using the Stackblitz playgrounds: