Skip to content

Commit

Permalink
Merge branch 'main' into blog-statamic
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Jul 1, 2024
2 parents 28c0306 + 9ab58a0 commit cd0685b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions config/docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

return [
'repositories' => [
[
"name" => "laravel-error-solutions",
"repository" => "spatie/laravel-error-solutions",
"branches" => [
"main" => "v1",
],
"category" => "Laravel",
],
[
"name" => "laravel-pdf",
"repository" => "spatie/laravel-pdf",
Expand Down
1 change: 0 additions & 1 deletion public/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ self.addEventListener('install', event => {
// External request, avoid CORS troubles
[
'https://cloud.typography.com/6194432/6145752/css/fonts.css',
'https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver',
].map(url => {
const request = new Request(url, { mode: 'no-cors' });
fetch(request).then(response => cache.put(request, response));
Expand Down
2 changes: 0 additions & 2 deletions resources/views/layout/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

@vite(['resources/js/front/app.js'])

<script src="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver,Promise,Array.from,Element.prototype.dataset" defer></script>

@include('layout.partials.analytics')

<link rel="stylesheet" href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
Expand Down

0 comments on commit cd0685b

Please sign in to comment.