Skip to content

Commit 59d4925

Browse files
authored
Replace unpkg with jsdelivr (#1669)
1 parent 6c30457 commit 59d4925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/payment.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<title>{{ __('Payment Confirmation') }} - {{ config('app.name', 'Laravel') }}</title>
88

9-
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
9+
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
1010

1111
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js"></script>
1212
<script src="https://js.stripe.com/v3"></script>

0 commit comments

Comments
 (0)