fix: load Gridstack.js locally in HTML head - CDN URLs were 404

This commit is contained in:
root
2026-07-16 08:15:59 +00:00
parent 544ef4cfbd
commit 4e69e9b1b2
6 changed files with 48 additions and 31 deletions

View File

@@ -7,6 +7,8 @@
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="/static/builder.css">
<link rel="stylesheet" href="/static/designer.css">
<link rel="stylesheet" href="/static/gridstack.min.css">
<script src="/static/gridstack-all.js"></script>
</head>
<body>
<div class="app">