RedocStandalone doesn't work with Nextjs?
Unanswered
Barbary Lion posted this in #help-forum
Barbary LionOP
https://redocly.com/docs/redoc/deployment/react/
// example implementation
import { RedocStandalone } from 'redoc'
export default function() {
return <RedocStandalone specUrl="/path/to/spec" />
}