Skip to content

Commit

Permalink
Fix baseUrl for images
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdburdick committed Jun 1, 2024
1 parent 4009c19 commit 745f24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Home() {
>
By{" "}
<Image
src="/vercel.svg"
src="/j0e/vercel.svg"
alt="Vercel Logo"
className="dark:invert"
width={100}
Expand All @@ -31,7 +31,7 @@ export default function Home() {
<div className="relative z-[-1] flex place-items-center before:absolute before:h-[300px] before:w-full before:-translate-x-1/2 before:rounded-full before:bg-gradient-radial before:from-white before:to-transparent before:blur-2xl before:content-[''] after:absolute after:-z-20 after:h-[180px] after:w-full after:translate-x-1/3 after:bg-gradient-conic after:from-sky-200 after:via-blue-200 after:blur-2xl after:content-[''] before:dark:bg-gradient-to-br before:dark:from-transparent before:dark:to-blue-700 before:dark:opacity-10 after:dark:from-sky-900 after:dark:via-[#0141ff] after:dark:opacity-40 sm:before:w-[480px] sm:after:w-[240px] before:lg:h-[360px]">
<Image
className="relative dark:drop-shadow-[0_0_0.3rem_#ffffff70] dark:invert"
src="/next.svg"
src="/j0e/next.svg"
alt="Next.js Logo"
width={180}
height={37}
Expand Down

0 comments on commit 745f24e

Please sign in to comment.