File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ const Stoplight = ({ url }: { url: string }) => {
2828const ResponsiveStoplight = ( { document : apiDescriptionDocument } : { document : string } ) => {
2929 useEffect ( ( ) => {
3030 const script = document . createElement ( "script" )
31- script . src = "https://unpkg.com/@stoplight/elements/web-components.min.js"
31+ script . src = "https://unpkg.com/@stoplight/elements@9.0.0 /web-components.min.js"
3232 script . async = true
3333 document . body . appendChild ( script )
3434 const link = document . createElement ( "link" )
3535 link . rel = "stylesheet"
36- link . href = "https://unpkg.com/@stoplight/elements/styles.min.css"
36+ link . href = "https://unpkg.com/@stoplight/elements@9.0.0 /styles.min.css"
3737 document . head . appendChild ( link )
3838 return ( ) => {
3939 document . body . removeChild ( script )
You can’t perform that action at this time.
0 commit comments