MCPcopy
hub / github.com/tinyplex/tinybase / absolutizeDocMedia

Function absolutizeDocMedia

gulpfile.mjs:287–288  ·  view source on GitHub ↗
(block)

Source from the content-addressed store, hash-verified

285 }
286 });
287 const absolutizeDocMedia = (block) =>
288 block.replace(/\]\((?:\s*\*\s*)?\/shots\//g, `](${siteRoot}/shots/`);
289
290 const fileRewrite = (block, addOverrideSnippet) =>
291 absolutizeDocMedia(

Callers 1

fileRewriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…