diff --git a/eleventy.config.js b/eleventy.config.js index 477b1a4..22882c0 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -395,6 +395,7 @@ module.exports = (eleventyConfig) => { }); eleventyConfig.addPassthroughCopy("robots.txt"); + eleventyConfig.addPassthroughCopy("simulations"); eleventyConfig.ignores.add("README.md"); diff --git a/posts/drafts/hyper-logLog-tombstone-garbage-collection.md b/posts/drafts/hyper-logLog-tombstone-garbage-collection.md index 5d98989..7321444 100644 --- a/posts/drafts/hyper-logLog-tombstone-garbage-collection.md +++ b/posts/drafts/hyper-logLog-tombstone-garbage-collection.md @@ -812,4 +812,4 @@ Future work may explore adaptive HLL precision based on network size, integratio ## References -A working simulation implementing this algorithm is available at `simulations/hyperloglog-tombstone/simulation.ts`. \ No newline at end of file +A working simulation implementing this algorithm is available at [simulations/hyperloglog-tombstone/simulation.ts](/simulations/hyperloglog-tombstone/simulation.ts). \ No newline at end of file