diff --git a/_config.ts b/_config.ts index 4014d65..7356cc9 100644 --- a/_config.ts +++ b/_config.ts @@ -11,7 +11,7 @@ const site = lume({ }, }); -site.ignore("README.md", "README.org", "LICENSE.txt"); +site.ignore("README.md", "README.org", "LICENSE.txt", "LICENSE.md"); site.copy("static", ".");