We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e38cf commit a5655e9Copy full SHA for a5655e9
build.scala
@@ -87,8 +87,6 @@ object LaikaBuild {
87
88
InputTree[IO]
89
.addDirectory("src")
90
- // Laika skips .dotfiles by default
91
- .addDirectory("src/.well-known", Path.Root / ".well-known")
92
.addInputStream(
93
IO.blocking(securityPolicy.openStream()),
94
Path.Root / "security.md"
0 commit comments