Skip to content

Commit

Permalink
add mondey favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Aug 19, 2024
1 parent 51af88b commit ad77e04
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,12 @@ To start a dev server:

## Notes

Commands used to generate most of the first commit:
Commands used to generate most of the initial empty app:

```bash
pnpm create svelte@latest
pnpm i -D @sveltejs/adapter-static
```

Commands used to add flowbite-svelte UI library:

```bash
npx svelte-add@latest tailwindcss
pnpm i -D flowbite-svelte flowbite
pnpm i -D flowbite-svelte-icons
```
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
Expand Down
Binary file added static/favicon.ico
Binary file not shown.
Binary file removed static/favicon.png
Binary file not shown.

0 comments on commit ad77e04

Please sign in to comment.