You've already forked Atomcms-edit
Commit remaining pre-existing changes across CMS files
This commit is contained in:
@@ -26,6 +26,13 @@
|
||||
<script src="{{ config('habbo.cdn.popper_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.tippy_js') }}"></script>
|
||||
<link rel="stylesheet" href="{{ asset('assets/css/scale.min.css') }}"/>
|
||||
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
|
||||
|
||||
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.turbolinks_js') }}"></script>
|
||||
|
||||
@vite(['resources/themes/' . setting('theme', 'atom') . '/css/app.css', 'resources/themes/' . setting('theme', 'atom') . '/js/app.js'], 'build')
|
||||
|
||||
|
||||
@@ -11,6 +11,13 @@
|
||||
<!-- Fonts -->
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
|
||||
|
||||
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
|
||||
|
||||
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
|
||||
|
||||
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user