This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main-staging in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit 2dfeab4dfa2213c96bc1737ca98065ace928a13b Author: exceptionfactory <[email protected]> AuthorDate: Mon Nov 4 13:24:02 2024 -0600 NIF-13915 Corrected handling of static nifi-docs (cherry picked from commit b70eb259ea2f051e55cd4fa3a9c5fe05ba38dab1) --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 3bd72cc8..529613be 100644 --- a/config.toml +++ b/config.toml @@ -65,7 +65,7 @@ minifiCppPreviousProjectVersionReleased = "2023-09-01" target = "content/components" [[module.mounts]] source = "prebuild/public/html" - target = "content/nifi-docs" + target = "static/nifi-docs" [menu] [[menu.main]]
