Skip to content

Commit

Permalink
feat: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktoriavh committed May 8, 2024
1 parent 814a676 commit 60f842c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
<title>Keyboard Layout Heatmap</title>
</head>
<body class="h-screen flex justify-center items-center">
<div class="gap-4" x-data="keyboard" id="foo">
Expand Down
4 changes: 4 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import tailwindcss from "@tailwindcss/vite";
import { defineConfig } from "vite";

// export default defineConfig({
// plugins: [tailwindcss()],
// })

export default defineConfig(({ command }) => {
if (command === "build") {
return {
Expand Down

0 comments on commit 60f842c

Please sign in to comment.