File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ interface Props {
33 asset: Asset ;
44}
55import { Image } from " astro:assets" ;
6- import { ASSET_URL , type Asset } from " @/lib/assets" ;
6+ import { ASSET_URL , type Asset } from " @/lib/assets.ts " ;
77import { Ban , CircleAlert , UserRoundPlus } from " lucide-astro" ;
88
99const { asset } = Astro .props ;
Original file line number Diff line number Diff line change 11---
22import AssetCard from " @/components/AssetCard.astro" ;
33import Layout from " @/layouts/Main.astro" ;
4- import { ASSET_URL , type Asset } from " @/lib/assets" ;
4+ import { ASSET_URL , type Asset } from " @/lib/assets.ts " ;
55import { PlusCircle } from " lucide-astro" ;
66
77export const prerender = false ;
Original file line number Diff line number Diff line change 11---
22import AssetCard from " @/components/AssetCard.astro" ;
33import Layout from " @/layouts/Main.astro" ;
4- import { ASSET_URL , type Asset } from " @/lib/assets" ;
4+ import { ASSET_URL , type Asset } from " @/lib/assets.ts " ;
55import { PlusCircle } from " lucide-astro" ;
66
77export const prerender = false ;
You can’t perform that action at this time.
0 commit comments