Skip to content

Commit 3c09b6f

Browse files
committed
Move favicon to root
1 parent 3dac6a1 commit 3c09b6f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ gleam run -m lustre/dev build
3030

3131
Then you can deploy the contents of the `dist/` folder.
3232

33+
## Deployment
34+
35+
```
36+
$ git pull origin main
37+
$ git push origin main:prod
38+
```
39+
3340
## Quick reminder of the structure
3441

3542
- All source files reside in `src` folder.

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ href = "/favicon/favicon.svg"
4646

4747
[[tools.lustre.html.links]]
4848
rel = "shortcut icon"
49-
href = "/favicon/favicon.ico"
49+
href = "/favicon.ico"
5050

5151
[[tools.lustre.html.links]]
5252
rel = "apple-touch-icon"

0 commit comments

Comments
 (0)