Deployment
Deploy your shadcn-docs-nuxt application.
Static Hosting
Config site.url
in nuxt.config.ts
or .env
OG Images must be served with absolute URLs, you will need to provide a Site URL.
Run generate
On Vercel, set Build Command to nuxt generate
in Build & Development Settings.
Deploy
You can now deploy the .output/public
directory to any static hosting service or preview it locally with npx serve .output/public
.