Skip to content

Commit

Permalink
1) Export 0.1.8 (Added temporary favicon);
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamiOMW committed Mar 25, 2024
1 parent 365a04f commit 014a45f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions site/.kobweb/site/images/logo_mini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/.kobweb/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Itami Mobile - Home</title>
<meta content="Powered by Kobweb" name="description">
<link href="/favicon.ico" rel="icon">
<link href="/images/logo_mini.svg" rel="icon">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/fonts/faces.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet">
Expand Down
2 changes: 2 additions & 0 deletions site/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ kobweb {
head.add {
link(rel = "stylesheet", href = "/fonts/faces.css")
}

faviconPath.set("images/logo_mini.svg")
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions site/src/jsMain/resources/public/images/logo_mini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 014a45f

Please sign in to comment.