diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 779b825..2c209f5 100755 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -107,7 +107,7 @@ height: 900px; z-index: -10; mask-image: radial-gradient(105vw 450px at 50% 50%, rgba(0, 0, 0, 1) 80%, transparent); - background: url('imgs/grain.webp'), + background: url('/imgs/grain.webp'), radial-gradient(105vw 450px at 50% 50%, theme(colors.blue.600 / 80%), transparent); } diff --git a/src/routes/HeroBackground.svelte b/src/routes/HeroBackground.svelte index 7f2a154..2b00abb 100755 --- a/src/routes/HeroBackground.svelte +++ b/src/routes/HeroBackground.svelte @@ -199,7 +199,7 @@ } .top-light { - background: url('imgs/grain.webp'), + background: url('/imgs/grain.webp'), radial-gradient( 100% 80% at top, theme(colors.cyan.500 / 50%) 0%, diff --git a/src/routes/PreviewRiceSlice.svelte b/src/routes/PreviewRiceSlice.svelte index 5506304..1534fb1 100755 --- a/src/routes/PreviewRiceSlice.svelte +++ b/src/routes/PreviewRiceSlice.svelte @@ -135,7 +135,7 @@ width: 1100px; height: 200%; - background-image: url('imgs/grain.webp'), + background-image: url('/imgs/grain.webp'), radial-gradient(closest-side, theme(colors.sky.500), theme(colors.indigo.500 / 0%)); mask-image: radial-gradient( diff --git a/src/routes/WallOfFameSlice.svelte b/src/routes/WallOfFameSlice.svelte index 82ed5af..7db92cb 100755 --- a/src/routes/WallOfFameSlice.svelte +++ b/src/routes/WallOfFameSlice.svelte @@ -58,7 +58,7 @@ width: 200vw; max-width: 2400px; max-height: 1000px; - background: url('imgs/grain.webp'), + background: url('/imgs/grain.webp'), radial-gradient(closest-side, theme(colors.blue.500 / 30%), transparent), radial-gradient(15% 20%, theme(colors.cyan.500 / 70%), transparent); mask-image: radial-gradient(closest-side, white, rgba(0, 0, 0, 0.8) 80%, transparent); @@ -74,7 +74,7 @@ left: 0; right: 0; pointer-events: none; - background-image: url('imgs/grain.webp'), + background-image: url('/imgs/grain.webp'), radial-gradient( ellipse at bottom, theme(colors.pink.400), diff --git a/src/routes/wall_of_fame/+page.svelte b/src/routes/wall_of_fame/+page.svelte index c7a6dcd..7ce7a99 100755 --- a/src/routes/wall_of_fame/+page.svelte +++ b/src/routes/wall_of_fame/+page.svelte @@ -41,7 +41,7 @@ - +