Skip to content

Commit

Permalink
core - fix apiPath & downloadPath constants in LaikaKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Nov 17, 2024
1 parent c531169 commit aa1729c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/shared/src/main/scala/laika/config/LaikaKeys.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ object LaikaKeys {
}

object site {
val apiPath: Key = root.child(Key("site", "downloadPath"))
val downloadPath: Key = root.child(Key("site", "apiPath"))
val apiPath: Key = root.child(Key("site", "apiPath"))
val downloadPath: Key = root.child(Key("site", "downloadPath"))
val metadata: Key = root.child(Key("site", "metadata"))
}

Expand Down

0 comments on commit aa1729c

Please sign in to comment.