photogabble / eleventy-plugin-interlinker

Adds wikilink and wikilink embed support with tracking of backlinks.
https://photogabble.co.uk/projects/eleventyjs-interlink-plugin/
MIT License
17 stars 1 forks source link

FEATURE: Flush internal state during rebuild #34

Closed carbontwelve closed 4 months ago

carbontwelve commented 4 months ago

When 11ty completes a build the plugins internal caches should be cleared, this will stop any pollution between builds happening when 11ty is run with the --serve flag.

carbontwelve commented 4 months ago

Duplicate of #24