Skip to content

Commit b8dc98b

Browse files
committed
Removed script tag to avoid double-loading UVE
1 parent fde6da9 commit b8dc98b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/dotcms-laravel/resources/views/layouts/app.blade.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
@section('stylesheets')
1010
@vite(['resources/css/app.css', 'resources/js/app.js'])
1111
@show
12-
13-
{{-- Load UVE script from DotCMS --}}
14-
<script src="{{ env('DOTCMS_HOST') }}/ext/uve/dot-uve.js"></script>
1512
</head>
1613
<body>
1714
@include('layouts.header')

0 commit comments

Comments
 (0)