Skip to content

Commit b750ee1

Browse files
MahdiBaghbanimickenordin
authored andcommitted
fix: indicate that the redoc script is a module
1 parent 6343bee commit b750ee1

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)