Fix embedded static files on production builds
This commit is contained in:
parent
9cbce4ff14
commit
a2c3f52ab4
12 changed files with 209 additions and 3083 deletions
|
|
@ -92,7 +92,7 @@
|
|||
{{ template "content" . }}
|
||||
</div>
|
||||
<div id="flogo"></div>
|
||||
<script src="/static/vendor/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/static/vendor/bootstrap-5.3.8/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
document.getElementById("sidebarToggle").addEventListener("click", () => {
|
||||
const sidebar = document.getElementById("sidebar");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue