Skip to content

Commit

Permalink
updated load time
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavlingala committed Sep 2, 2024
1 parent 7bd89b9 commit ee4d1ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const config: GatsbyConfig = {
},
pluginConfig: {
head: true,
defer: true
},
},
},
Expand Down
1 change: 1 addition & 0 deletions src/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const Projects: React.FC = () => {
layout: FULL_WIDTH
placeholder: BLURRED
formats: [AUTO, WEBP]
sizes: "(max-width: 600px) 100vw, 20vw"
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ pre tt:after {
body {
color: #ffd285;
background-color: #1b1b1b;
background-image: url(../content/images/wood.webp), url("../content/images/wood.jpg");
background-image: url(../content/images/wood.webp);
background-size: 10%;
}

Expand Down

0 comments on commit ee4d1ff

Please sign in to comment.