Skip to content

Commit

Permalink
fix: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgazeau committed Aug 11, 2024
1 parent fb6aeb7 commit 0218474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exampleSite/assets/js/jsoneditor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Function to process JSON after validation in jsoneditor
// Function to process JSON after validation in jsoneditor
window.examplePostProcessJson = function examplePostProcessJson(json) {
return "An example post process JSON"
}
6 changes: 3 additions & 3 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ themesdir = "../.."
max = ''
[[module.mounts]]
source = 'asyncapi'
target = 'static/asyncapi'
target = 'static/static/asyncapi'
[[module.mounts]]
source = 'assets'
target = 'static/assets'
[[module.mounts]]
source = 'openapi'
target = 'static/openapi'
target = 'static/static/openapi'
[[module.mounts]]
source = 'jsoneditor'
target = 'static/jsoneditor'
target = 'static/static/jsoneditor'


[taxonomies]
Expand Down

0 comments on commit 0218474

Please sign in to comment.