Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Apr 5, 2024
1 parent 18fba45 commit 04e682c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ tasks.getByName<DokkaTask>("dokkaHtml") {
file.writeText(
text.replace(
"<script type=\"text/javascript\" src=\"https://unpkg.com/kotlin-playground@1/dist/playground.min.js\" async=\"async\"></script>",
"<script type=\"text/javascript\" src=\"https://unpkg.com/kotlin-playground@1/dist/playground.min.js\" data-selector=\"code\" " +
"data-server=\"https://pcsajtai-kotlin-compiler.onrender.com\" async=\"async\"></script>"
"<script type=\"text/javascript\" src=\"https://unpkg.com/kotlin-playground@1\" data-selector=\"code\" " +
"data-server=\"https://pcsajtai-kotlin-compiler.onrender.com\"></script>"
).replace(
"<button class=\"navigation-controls--btn navigation-controls--theme\" id=\"theme-toggle-button\" type=\"button\">switch theme</button>",
"<a href=\"https:/z4kn4fein/kotlin-semver\" target=\"_blank\" rel=\"noopener\" class=\"gh-link\"><i class=\"fa fa-github\"></i> <span class=\"repo-name\">" +
Expand Down

0 comments on commit 04e682c

Please sign in to comment.