Skip to content

Commit

Permalink
Fixes #42 was using a URL without base / breaking prod
Browse files Browse the repository at this point in the history
  • Loading branch information
versecafe authored and ADKaster committed Jul 14, 2024
1 parent 4e9e987 commit 169e867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/landing/donate.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="donate">
<div class="container">
<div
class="relative z-10 -top-4 bg-[url('assets/img/blurp.webp')] bg-center bg-cover flex justify-center mb-12 text-[#fff]"
class="relative z-10 -top-4 bg-[url('/assets/img/blurp.webp')] bg-center bg-cover flex justify-center mb-12 text-[#fff]"
>
<div class="p-6 md:p-8 lg:px-16 lg:py-10">
<h2 class="mb-[0.8em] text-3xl lg:mb-[0.4em] lg:text-4xl">
Expand Down

0 comments on commit 169e867

Please sign in to comment.