Skip to content

Commit

Permalink
Merge pull request #444 from vishalvivekm/fix-mount
Browse files Browse the repository at this point in the history
fix: mount resulting in 404s for static assets
  • Loading branch information
vishalvivekm authored Feb 4, 2025
2 parents bc5086c + 7d1793e commit d5f9885
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/kanvas/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ aliases:
<div
style="display:flex; align-items: center; margin-bottom:2rem; margin-top: 1rem;font-style:italic; white-space: nowrap;padding: 1rem; box-shadow: inset 0 0em 4em #ebc01766, 0 0 0 2px #ebc01766, 0.3em 0.3em 1em #ebc01733;">You are here</div>
<div style="min-width:50px;"><img src="/images/logos/kanvas-alt.svg" alt="kanvas logo"/></div>
<div style="min-width:50px;"><img src="/images/logos/kanvas-alt.svg" alt="kanvas logo" data-modal="false" style="border: none;"/></div>

<div>

Expand Down
6 changes: 6 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,9 @@ enable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "charts"
target = "static/charts"

0 comments on commit d5f9885

Please sign in to comment.