mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 01:19:02 +01:00
Fix UI and backend paths with subpath (#1799)
I'm not sure if this is an ideal fix for this, but it seems to work for me. If you have another idea just let me know. Closes #1798 Closes #1773
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#65a30d" />
|
||||
<title>Woodpecker</title>
|
||||
<link rel="stylesheet" href="/assets/custom.css" />
|
||||
<script type="" src="/web-config.js"></script>
|
||||
<script type="" src="/BASE_PATH/web-config.js"></script>
|
||||
<link rel="stylesheet" href="/BASE_PATH/assets/custom.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
<script type="application/javascript" src="/assets/custom.js"></script>
|
||||
<script type="application/javascript" src="/BASE_PATH/assets/custom.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user