Skip to content

Commit acd1088

Browse files
fix: indicate that the redoc script is a module
1 parent bc449c6 commit acd1088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757

5858
const script = document.createElement('script');
5959
script.src = redocScriptUrl;
60+
script.type = 'module';
6061
script.async = true;
6162
script.defer = true;
6263
document.body.appendChild(script);

0 commit comments

Comments
 (0)