Skip to content

Commit

Permalink
Merge branch 'main' into pagespeed-100
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashic101 authored Nov 16, 2024
2 parents 1802a2f + 86a9d9a commit 18d5dc4
Show file tree
Hide file tree
Showing 12 changed files with 173 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = function (eleventyConfig) {
loggingLevel: 1,
excludeUrls: ['https://blog.davidmoll.net*', 'https://github.com/Akashic101/*'],
excludeInputs: [
'./src/blog/2024-04-05-A-small-collection-of-some-great-404-pages/2024-04-05-A-small-collection-of-some-great-404-pages.md',
'blog/2024-04-04-A-small-collection-of-some-great-404-pages/2024-04-04-A-small-collection-of-some-great-404-pages.md',
],
callback: null,
});
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb

- name: Setup Node.js environment
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
Expand Down
Loading

0 comments on commit 18d5dc4

Please sign in to comment.