diff --git a/Intentor/libman.json b/Intentor/libman.json index 945d0f4..c61ad48 100644 --- a/Intentor/libman.json +++ b/Intentor/libman.json @@ -4,12 +4,12 @@ "libraries": [ { "library": "bootstrap@5.3.3", - "destination": "wwwroot/lib/bootstrap/", + "destination": "wwwroot/lib/bootstrap/dist/", "files": [ - "dist/css/bootstrap.min.css", - "dist/css/bootstrap.min.css.map", - "dist/js/bootstrap.bundle.min.js", - "dist/js/bootstrap.bundle.min.js.map" + "css/bootstrap.min.css", + "css/bootstrap.min.css.map", + "js/bootstrap.bundle.min.js", + "js/bootstrap.bundle.min.js.map" ] } ]