Skip to content

Commit

Permalink
Add affiliate site setting
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Jul 25, 2024
1 parent 053f8d5 commit c95c8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ lazy val examples = crossProject(JVMPlatform, JSPlatform, NativePlatform)

lazy val site = project.in(file("site"))
.enablePlugins(TypelevelSitePlugin)
.settings(tlSiteIsTypelevelProject := Some(TypelevelProject.Affiliate))
.dependsOn(core.jvm)

0 comments on commit c95c8b1

Please sign in to comment.