From b482f80f1ed261e83f6f7a9affbfb1be63eba4e1 Mon Sep 17 00:00:00 2001 From: Jordan GAZEAU Date: Sun, 11 Aug 2024 17:43:01 +0200 Subject: [PATCH] fix: deployment --- exampleSite/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 81b60b5..2261aef 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -22,16 +22,16 @@ themesdir = "../.." max = '' [[module.mounts]] source = 'asyncapi' - target = 'static/static/asyncapi' + target = 'static/asyncapi' [[module.mounts]] source = 'assets' target = 'static/assets' [[module.mounts]] source = 'openapi' - target = 'static/static/openapi' + target = 'static/openapi' [[module.mounts]] source = 'jsoneditor' - target = 'static/static/jsoneditor' + target = 'static/jsoneditor' [taxonomies]