fix: scaffold.html 절대경로를 상대경로로 완전 변경 (Context Path 배포 지원)
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 12s
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 12s
This commit is contained in:
@@ -13,9 +13,9 @@
|
|||||||
body, .font-sans { font-family: var(--font-sans); }
|
body, .font-sans { font-family: var(--font-sans); }
|
||||||
code, pre, .font-mono { font-family: var(--font-mono); }
|
code, pre, .font-mono { font-family: var(--font-mono); }
|
||||||
</style>
|
</style>
|
||||||
<script src="/lib/tailwindcss.js"></script>
|
<script src="../lib/tailwindcss.js"></script>
|
||||||
<!-- Bootstrap CSS -->
|
<!-- Bootstrap CSS -->
|
||||||
<link href="/vendor/bootstrap.min.css" rel="stylesheet">
|
<link href="../vendor/bootstrap.min.css" rel="stylesheet">
|
||||||
<style id="document-generator-styles">
|
<style id="document-generator-styles">
|
||||||
.document-generator {
|
.document-generator {
|
||||||
--docgen-panel: #111113;
|
--docgen-panel: #111113;
|
||||||
@@ -1352,7 +1352,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Bootstrap JS -->
|
<!-- Bootstrap JS -->
|
||||||
<script src="/vendor/bootstrap.bundle.min.js"></script>
|
<script src="../vendor/bootstrap.bundle.min.js"></script>
|
||||||
<script id="document-generator-script">
|
<script id="document-generator-script">
|
||||||
(() => {
|
(() => {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|||||||
Reference in New Issue
Block a user