Commit remaining pre-existing changes across CMS files

This commit is contained in:
root
2026-06-26 19:39:50 +02:00
parent 5bd7b2333f
commit 6add7cdfb1
23 changed files with 748 additions and 780 deletions
+3
View File
@@ -25,6 +25,9 @@
<script src="{{ config('habbo.cdn.tippy_js') }}"></script>
<link rel="stylesheet" href="{{ asset('assets/css/scale.min.css') }}"/>
<script src="{{ config('habbo.cdn.lodash_js') }}"></script>
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
@vite(['resources/js/ssr.jsx', 'resources/themes/' . setting('theme', 'atom') . '/css/app.css', 'resources/themes/' . setting('theme', 'atom') . '/js/app.js'], 'build')
<style>
@@ -14,6 +14,9 @@
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
<script src="{{ config('habbo.cdn.lodash_js') }}"></script>
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
@vite(['resources/css/global.css', 'resources/js/global.js'], 'build')
@stack('scripts')
</head>