fix: [academy] docker-commands @push('scripts')가 @endsection 밖으로 이동 및 @endpush 추가

This commit is contained in:
김보곤
2026-02-25 11:22:37 +09:00
parent 597c081571
commit f624ae65a2

View File

@@ -952,6 +952,9 @@
<img id="lightbox-img" src="" alt="">
</div>
@include('components.academy-glossary', ['domain' => 'docker-commands'])
@endsection
@push('scripts')
<script>
(function() {
@@ -998,6 +1001,4 @@
});
})();
</script>
@include('components.academy-glossary', ['domain' => 'docker-commands'])
@endsection
@endpush