mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
update admin.blade.php
This commit is contained in:
parent
7ca701a079
commit
2da67c73a2
@ -14,9 +14,9 @@
|
|||||||
secure_path: "{{ $secure_path }}",
|
secure_path: "{{ $secure_path }}",
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="module" crossorigin src="/assets/admin/assets/index.js"></script>
|
<script type="module" crossorigin src="/assets/admin/assets/index.js?v={{ $version }}"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/admin/assets/index.css" />
|
<link rel="stylesheet" crossorigin href="/assets/admin/assets/index.css?v={{ $version }}" />
|
||||||
<link rel="stylesheet" crossorigin href="/assets/admin/assets/vendor.css">
|
<link rel="stylesheet" crossorigin href="/assets/admin/assets/vendor.css?v={{ $version }}">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user