From 1a352627738d0bc1e191b2d124b1484e88d2ff70 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:45:52 -0500 Subject: [PATCH] bug: fixed bg image not loading --- .gitignore | 3 +++ src/styles/style.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 488b3a5..f637d8c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# Local Netlify folder +.netlify diff --git a/src/styles/style.css b/src/styles/style.css index 23238e0..1f3d465 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -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 {