We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dac6a1 commit 3c09b6fCopy full SHA for 3c09b6f
README.md
@@ -30,6 +30,13 @@ gleam run -m lustre/dev build
30
31
Then you can deploy the contents of the `dist/` folder.
32
33
+## Deployment
34
+
35
+```
36
+$ git pull origin main
37
+$ git push origin main:prod
38
39
40
## Quick reminder of the structure
41
42
- All source files reside in `src` folder.
assets/favicon/favicon.ico assets/favicon.icoassets/favicon/favicon.ico renamed to assets/favicon.ico
gleam.toml
@@ -46,7 +46,7 @@ href = "/favicon/favicon.svg"
46
47
[[tools.lustre.html.links]]
48
rel = "shortcut icon"
49
-href = "/favicon/favicon.ico"
+href = "/favicon.ico"
50
51
52
rel = "apple-touch-icon"
0 commit comments