Skip to content

Commit 0b6567e

Browse files
committed
Add route prefix
1 parent a7e5c63 commit 0b6567e

File tree

10 files changed

+26
-35
lines changed

10 files changed

+26
-35
lines changed

inventory/auth.html

Lines changed: 5 additions & 16 deletions
Large diffs are not rendered by default.

inventory/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<title>UndabotInventory</title>
66
<meta content="Powered by Kobweb" name="description">
7-
<link href="/favicon.ico" rel="icon">
7+
<link href="/inventory/favicon.ico" rel="icon">
88
<meta content="width=device-width, initial-scale=1" name="viewport">
99
<link href="https://fonts.googleapis.com" rel="preconnect">
1010
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect">
@@ -27,6 +27,6 @@
2727
</div>
2828
</div>
2929
</div>
30-
<script src="/web.js"></script>
30+
<script src="/inventory/web.js"></script>
3131
</body>
3232
</html>

inventory/parking-reservation.html

Lines changed: 7 additions & 5 deletions
Large diffs are not rendered by default.

inventory/parking-reservation/my-reservations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<title>UndabotInventory</title>
66
<meta content="Powered by Kobweb" name="description">
7-
<link href="/favicon.ico" rel="icon">
7+
<link href="/inventory/favicon.ico" rel="icon">
88
<meta content="width=device-width, initial-scale=1" name="viewport">
99
<link href="https://fonts.googleapis.com" rel="preconnect">
1010
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect">
@@ -27,6 +27,6 @@
2727
</div>
2828
</div>
2929
</div>
30-
<script src="/web.js"></script>
30+
<script src="/inventory/web.js"></script>
3131
</body>
3232
</html>

inventory/parking-reservation/new-request.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<title>UndabotInventory</title>
66
<meta content="Powered by Kobweb" name="description">
7-
<link href="/favicon.ico" rel="icon">
7+
<link href="/inventory/favicon.ico" rel="icon">
88
<meta content="width=device-width, initial-scale=1" name="viewport">
99
<link href="https://fonts.googleapis.com" rel="preconnect">
1010
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect">
@@ -27,6 +27,6 @@
2727
</div>
2828
</div>
2929
</div>
30-
<script src="/web.js"></script>
30+
<script src="/inventory/web.js"></script>
3131
</body>
3232
</html>

inventory/parking-reservation/user-requests.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<title>UndabotInventory</title>
66
<meta content="Powered by Kobweb" name="description">
7-
<link href="/favicon.ico" rel="icon">
7+
<link href="/inventory/favicon.ico" rel="icon">
88
<meta content="width=device-width, initial-scale=1" name="viewport">
99
<link href="https://fonts.googleapis.com" rel="preconnect">
1010
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect">
@@ -27,6 +27,6 @@
2727
</div>
2828
</div>
2929
</div>
30-
<script src="/web.js"></script>
30+
<script src="/inventory/web.js"></script>
3131
</body>
3232
</html>

inventory/seat-reservation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<title>UndabotInventory</title>
66
<meta content="Powered by Kobweb" name="description">
7-
<link href="/favicon.ico" rel="icon">
7+
<link href="/inventory/favicon.ico" rel="icon">
88
<meta content="width=device-width, initial-scale=1" name="viewport">
99
<link href="https://fonts.googleapis.com" rel="preconnect">
1010
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect">
@@ -27,6 +27,6 @@
2727
</div>
2828
</div>
2929
</div>
30-
<script src="/web.js"></script>
30+
<script src="/inventory/web.js"></script>
3131
</body>
3232
</html>

inventory/test-devices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<title>UndabotInventory</title>
66
<meta content="Powered by Kobweb" name="description">
7-
<link href="/favicon.ico" rel="icon">
7+
<link href="/inventory/favicon.ico" rel="icon">
88
<meta content="width=device-width, initial-scale=1" name="viewport">
99
<link href="https://fonts.googleapis.com" rel="preconnect">
1010
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect">
@@ -27,6 +27,6 @@
2727
</div>
2828
</div>
2929
</div>
30-
<script src="/web.js"></script>
30+
<script src="/inventory/web.js"></script>
3131
</body>
3232
</html>

inventory/web.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inventory/web.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)