Skip to content

Commit

Permalink
Merge pull request #9 from freechipsproject/google-analytics
Browse files Browse the repository at this point in the history
Add Google Analytics Token
  • Loading branch information
seldridge authored Aug 6, 2019
2 parents 818b460 + 3ec2deb commit 9339ec1
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 @@ -85,6 +85,7 @@ lazy val micrositeSettings = Seq(
"gray-light" -> "#E3E2E3",
"gray-lighter" -> "#F4F3F4",
"white-color" -> "#FFFFFF"),
micrositeAnalyticsToken := "UA-145179088-1",
autoAPIMappings := true,
ghpagesNoJekyll := false,
scalacOptions in (ScalaUnidoc, unidoc) ++= Seq(
Expand Down

0 comments on commit 9339ec1

Please sign in to comment.