You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.replace('class="doc-content"','id="doc-content" class="doc-content"');};// FIXME decouple and use config.jsonconstinjectAssets: PipelineFunction=({ html })=>{returnhtml.replace('<head>','<head><link rel="icon" href="/static/_site/favicon.ico">').replace('</head>',`<link rel="stylesheet" href="/assets/ui.css" /></head>`).replace('</body>',`<script src="/assets/ui.js"></script></body>`);};constremoveScripts: PipelineFunction=({ html })=>{
The text was updated successfully, but these errors were encountered:
knowledgebase/packages/index/src/Actions/pipelineHTML.ts
Line 22 in 68d7935
The text was updated successfully, but these errors were encountered: