Skip to content

Commit d9bd338

Browse files
committed
Use runtime downloads. Otherwise i18n builds fail
Signed-off-by: Scott Rigby <[email protected]>
1 parent 600b98d commit d9bd338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ const config = {
238238
"https://raw.githubusercontent.com/helm/community/refs/heads/main/",
239239
outDir: "community",
240240
documents: remoteDocPaths,
241-
noRuntimeDownloads: true,
241+
noRuntimeDownloads: false,
242242
modifyContent(filename, content) {
243243
return { content: transformImportedContent(filename, content, metaByPath, slugByPath, linkExceptions) };
244244
},

0 commit comments

Comments
 (0)