chore: move images to public/images and update imports
This commit is contained in:
@@ -32,7 +32,7 @@ export default function Route() {
|
||||
<div className="mx-auto max-w-2xl sm:mx-0 sm:max-w-none">
|
||||
<img
|
||||
alt="trip map"
|
||||
src="images/map.png"
|
||||
src="/images/map.png"
|
||||
width={500}
|
||||
height={500}
|
||||
className="w-full max-w-full rounded-tl-xl bg-gray-800 ring-1 ring-white/10"
|
||||
|
Reference in New Issue
Block a user