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); }
|
||||
code, pre, .font-mono { font-family: var(--font-mono); }
|
||||
</style>
|
||||
<script src="/lib/tailwindcss.js"></script>
|
||||
<script src="../lib/tailwindcss.js"></script>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="/vendor/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="../vendor/bootstrap.min.css" rel="stylesheet">
|
||||
<style id="document-generator-styles">
|
||||
.document-generator {
|
||||
--docgen-panel: #111113;
|
||||
@@ -1352,7 +1352,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap JS -->
|
||||
<script src="/vendor/bootstrap.bundle.min.js"></script>
|
||||
<script src="../vendor/bootstrap.bundle.min.js"></script>
|
||||
<script id="document-generator-script">
|
||||
(() => {
|
||||
'use strict';
|
||||
|
||||
Reference in New Issue
Block a user