[deploy] Fix asset paths to respect baseRoot
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 39s
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 39s
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Papo Dashboard</title>
|
||||
<link rel="stylesheet" href="/public/styles/dashboard.css">
|
||||
<link rel="stylesheet" href="/public/styles/dashboard.sections.css">
|
||||
<link rel="stylesheet" href="<%= baseRoot %>/public/styles/dashboard.css">
|
||||
<link rel="stylesheet" href="<%= baseRoot %>/public/styles/dashboard.sections.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"
|
||||
@@ -41,6 +41,6 @@
|
||||
</div>
|
||||
<div id="modal-root"></div>
|
||||
<div id="toast-root"></div>
|
||||
<script type="module" src="/public/ts-build/app.js"></script>
|
||||
<script type="module" src="<%= baseRoot %>/public/ts-build/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user