Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
bug: fixed bg image not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Dec 11, 2023
1 parent 5b5cf77 commit 1a35262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# Local Netlify folder
.netlify
2 changes: 1 addition & 1 deletion src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
@media (max-width: 1600px) {
.home-hero {
background-size: cover;
background-image: url("public/bg.png");
background-image: url("/bg.png");
}

.home-features {
Expand Down

0 comments on commit 1a35262

Please sign in to comment.