Next.js Discord

Discord Forum

RedocStandalone doesn't work with Nextjs?

Unanswered
Barbary Lion posted this in #help-forum
Open in Discord
Barbary LionOP
https://redocly.com/docs/redoc/deployment/react/
// example implementation
import { RedocStandalone } from 'redoc'

export default function() {
  return <RedocStandalone specUrl="/path/to/spec" />
}

0 Replies