Skip to content

Commit

Permalink
increase html size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy committed Jan 11, 2024
1 parent 4e43fea commit 6e4cf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ isnothing(fig_assets) || (push!(assets, fig_assets))
makedocs(
sitename="Neutrophils Actively Swell\nto Potentiate Migration",
format = Documenter.HTML(
size_threshold_ignore = ["figures/Notebooks/density_sim.md", "figures/Notebooks/latb_volume.md", "figures/Notebooks/motility.md", "figures/Notebooks/volume.md", "figures/Notebooks/singlecell.md"],
size_threshold = Int(1.049 * 10^7), # 10 MiB HTML limit
assets =vcat([
asset("https://analytics.tamasnagy.com/js/script.js", class=:js, attributes=Dict(Symbol("data-domain") => "tamasnagy.com", :defer => ""))
], assets),
Expand Down

0 comments on commit 6e4cf1d

Please sign in to comment.