You've already forked Atomcms-edit
Commit remaining pre-existing changes across CMS files
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user