From af4ba20aa8365c7a79ca4332249d53b6f0b830e1 Mon Sep 17 00:00:00 2001 From: Charliefullstack <113441226+Charliefullstack@users.noreply.github.com> Date: Wed, 9 Nov 2022 05:27:04 -0500 Subject: [PATCH] Update tailwind.config.js When doing the tutorial on YouTube this code shows a blank instead of the welcome svg backgroung --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index b254de6d..5e92c54c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -40,7 +40,7 @@ module.exports = { }, backgroundImage: { 'hero-pattern': - "url('https://i.ibb.co/MkvLDfb/Rectangle-4389.png')", + "url('/src/data/welcome-bg.svg')", }, }, },