Skip to content
Snippets Groups Projects
Verified Commit 5690d5e2 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Use mount config also for static files configuration.

parent 4aa6755d
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,18 @@ theme = "ogs"
buildDrafts = false
buildFuture = true
enableGitInfo = true
staticDir = ["dist", "static"]
[module]
[[module.mounts]]
excludeFiles = '**/notebook-*.md'
source = 'content'
target = 'content'
[[module.mounts]]
source = 'static'
target = 'static'
[[module.mounts]]
source = 'dist'
target = 'static'
[markup.goldmark.renderer]
unsafe = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment