Skip to content

Commit 0d1b2a2

Browse files
committed
docs: update make.jl to bundle new favicon.ico
1 parent 0e1120e commit 0d1b2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ makedocs(;
1212
format = Documenter.HTML(;
1313
prettyurls = get(ENV, "CI", "false") == "true",
1414
canonical = "https://JuliaParallel.github.io/Dagger.jl",
15-
assets = String[],
15+
assets = String["assets/favicon.ico"],
1616
),
1717
pages = [
1818
"Home" => "index.md",

0 commit comments

Comments
 (0)